> For the complete documentation index, see [llms.txt](https://docs.rwa.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/bond-contract/bond-summary.md).

# Bond Summary

1. Bonds do not rely on market data. The bond market is self-regulating; the bond price is determined by the number of bonds that are still within their exercise period. When there are fewer bonds in the exercise period, the bond execution value is higher, and the bond unit price is lower; conversely, when the execution value is lower, the bond unit price is higher. Market participants choose to buy bonds at what they perceive to be a reasonable price, which causes the bond price to be in a constantly changing dynamic.
2. Bonds delay the impact of new RWA supply on the market. After 5 days, RWA from the bonds becomes available assets for users, expanding the distribution range of the new RWA supply. The sale of bonds creates a quick arbitrage opportunity (buying at a discount and then selling into the pool), which will increase the volatility of the RWA price.
3. Bonds require less management. Bond sales are designed with a discount rate controlled by the protocol. This discount rate needs to be high enough to attract buyers. The discount rate is also influenced by the premium, so the inflation rate (BCV) is a parameter that requires micro-management. However, the discount for USDT bonds is more market-driven and requires less intervention.
4. Bonds are a more market-driven way to achieve the protocol's goals. USDT is exchanged into the treasury, and the protocol mints new RWA. The transaction volume increases as the trading price rises.


---

# 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.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/bond-contract/bond-summary.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.
