# Nunchi Product Catalog

**General Introduction**&#x20;

| Topic               | Short-form Policy                                                                                                                                                                                                                                                            |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Exchange Fees       | <p>• CLOB Taker: 10 bp (6 bp maker rebate, 3 bp treasury, 1 bp insurance).<br>• AMM Swap: 8 bp (5.6 bp LPs, 1.6 bp insurance, 0.8 bp treasury).<br>• Order-Open: 2 bp (flat) to treasury.<br>• Liquidation: 75% bounty to liquidator, 15% to insurance, 10% to treasury.</p> |
| Leverage Framework  | <p>Max leverage is the minimum of a volatility-based cap, a liquidity-based cap, and a platform hard-cap (typically 50x). <br><br>This is calculated dynamically by the LeverageManager.</p>                                                                                 |
| Accepted Collateral | <p>• Tier 1 (Stablecoins): USDC, USDT.<br>• Tier 2 (Yield-Bearing): Tokenized T-Bills, \~5% APY, LST-stables (sDAI, etc.).<br>• Tier 3 (LP Tokens): Senior-tranche LP tokens from the Nunchi vault.</p>                                                                      |


---

# Agent Instructions: 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.nunchi.trade/nunchi-product-catalog.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.
