> For the complete documentation index, see [llms.txt](https://docs.nara.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nara.io/nara/quickstart/how-nara-generates-yield.md).

# How Nara generates yield

### Demand for short-term financing and PayFi

Short-term financing demand and PayFi can appear anywhere businesses need short-term capital to support payment activity. Cross-border settlement is one example, but it is not the only one. Short-term financing can also support merchant settlement, payment processor liquidity, card acquiring, B2B payouts, stablecoin liquidity, treasury operations, and platform disbursements.

<table><thead><tr><th width="169.32421875">PayFi use case</th><th>What creates the financing need</th></tr></thead><tbody><tr><td>Merchant settlement</td><td>Merchants may want faster access to receivables before payment networks fully settle.</td></tr><tr><td>Payment processors</td><td>Processors may need liquidity to manage settlement timing across merchants, banks, and payment networks.</td></tr><tr><td>Credit Card acquiring</td><td>Acquirers may bridge timing gaps between customer payments, network settlement, and merchant payouts.</td></tr><tr><td>B2B payouts</td><td>Platforms may need capital to pay vendors, contractors, or suppliers before incoming funds fully clear.</td></tr><tr><td>Stablecoin liquidity</td><td>Digital asset businesses may need short-term liquidity to support inflows, outflows, and treasury operations.</td></tr><tr><td>Remittance settlement</td><td>Remittance providers may need prefunding or settlement liquidity across corridors and partners.</td></tr></tbody></table>

### How short-term financing generates yield

Short-term financing yield is generated when borrowers or counterparties pay for access to short-duration liquidity. The financing premium may reflect the value of faster settlement, reduced prefunding burden, improved capital efficiency, or more reliable transaction execution.Nara is designed to route this payment-financing opportunity into an on-chain asset system. Capital backing NaraUSD can be allocated between liquid reserves and PayFi assets. Returns from the PayFi portfolio are then designed to accrue to NaraUSD+ holders, subject to the protocol’s fees, reserves, risk controls, and applicable terms.

### Why short-term financing is different from typical DeFi yield

Short-term financing yield is intended to be linked to payment activity and working-capital demand. This makes it different from yield that depends mainly on token incentives, crypto leverage, or speculative trading demand. While Short-term financing can provide a differentiated source of return, it also introduces its own risks, including borrower performance, liquidity timing, operational execution, legal structure, and concentration risk. For this reason, Short-term financing should be evaluated through both a yield lens and a risk lens. Nara’s documentation should make the underlying asset sources, portfolio allocation, transparency reports, and capital protection mechanisms easy to review.


---

# 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.nara.io/nara/quickstart/how-nara-generates-yield.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.
