> For the complete documentation index, see [llms.txt](https://docs.3jane.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3jane.xyz/usd3-susd3/liquidity.md).

# Liquidity

USD3 and sUSD3 fund credit assets that are longer-dated than instant redemption, while suppliers can request redemptions sooner. This page sets out that liquidity profile and the tools that manage it.

## Redemption

* **USD3** redeems up to the tranche ratio.
* **sUSD3** has a 1-month lock, then a cooldown and withdrawal window.

See [Suppliers](/usd3-susd3/suppliers.md) for the full tranche mechanics.

## Liquidity tools

* **Cash buffer.** Idle USDC is held in Aave and is instantly available for redemptions.
* **Self-liquidating assets.** The underlying receivables are short-duration — principal and interest return continuously as loans amortize, steadily refilling available cash.
* **Secondary markets.** USD3 / sUSD3 can be traded to exit ahead of primary redemption.
* **Committed liquidity facilities (roadmap).** On-demand liquidity facilities — the role liquidity enhancement plays in a traditional ABCP conduit — layered on top of the cash buffer and secondary markets.

The cash buffer introduces some yield drag, which $JANE incentives are sized to offset.


---

# 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:

```
GET https://docs.3jane.xyz/usd3-susd3/liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
