# Assets Discount Ratio

Assets held in cross-margin accounts are converted to USD and used as margin. To manage the inherent risks of currency market fluctuations, Drake calculates the real USD value of each asset using discount rates. These discount rates help mitigate market risks, ensuring more stable and secure margin calculations. The current discount rates for various currencies are detailed in the table below and are subject to periodic adjustments based on real-time market conditions:

| Asset   | Tier (USD)            | Discount Ratio |
| ------- | --------------------- | -------------- |
| BTC,ETH | 0\~100,000            | 0.95           |
|         | 100,000 \~ 500,000    | 0.85           |
|         | 500,000 \~1,000,000   | 0.75           |
|         | >1,000,000            | 0.00           |
| USDC    | 0\~200,000            | 1.00           |
|         | 200,000,\~ 1,000,000  | 0.95           |
|         | 1,000,000 \~2,000,000 | 0.90           |
|         | >2,000,000            | 0.00           |


---

# 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.drake.exchange/trading/margin/cross-margin/assets-discount-ratio.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.
