> For the complete documentation index, see [llms.txt](https://docs.clearpool.finance/clearpool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearpool.finance/clearpool/products/payment-financing-payfi.md).

# Payment Financing (PayFi)

### What is PayFi

Payment Financing (PayFi) refers to the **financing of payments using stablecoins**. It involves the provision of **short-term stablecoin credit** to businesses, enabling them to settle transactions on blockchain rails that would otherwise be costly and slow.

### Why PayFi

Traditional payment rails are expensive and slow, especially for cross-border transfers. To speed things up, payment providers often pre-fund local currency accounts across multiple corridors so they can settle transactions with speed. While effective, this **ties up large amounts of working capital.**&#x20;

PayFi solves this by enabling businesses to tayp into **on-demand stablecoin liquidity** and blockchain rails for near-instant settlement, **eliminating the need for pre-funding** and freeing up capital for other purposes.

### Key Features

* Stablecoin-denominated credit
* Short-term repayment cycles (1 to 5 days)
* Liquidity provision aligned with real-world payment flows
* No need for borrowers to maintain idle, pre-funded balances

### Clearpool's Role in PayFi

Clearpool is the credit layer powering PayFi. By aggregating capital from both retail and institutional lenders, **Clearpool supplies PayFi firms** with the stablecoin credit they need to operate at scale. PayFi firms then extend that credit to fintechs such as payment service providers (PSPs) and remittance platforms, enabling them to settle transactions faster and more efficiently. Clearpool is the **liquidity behind the liquidity**.

<figure><img src="/files/IV8YXykIleLcfxdgACWJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clearpool.finance/clearpool/products/payment-financing-payfi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
