> For the complete documentation index, see [llms.txt](https://artsyndicate.gitbook.io/artsyndicate-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artsyndicate.gitbook.io/artsyndicate-dao/protocol/artsyndicate/syndicatebond.md).

# SyndicateBond

The ultimate goal for SyndicateDao is to accumulate Treasury assets. This will be done by offering Syndicate Bonds in Batches slightly below the market price. In contrast to other "bonding" examples SyndicateDao does not vest the Tokens. The minted Syndicate Bonds are instantly tradable and can be tokenized into [$xBond](/artsyndicate-dao/protocol/artsyndicate/usdxbond.md).\
\
The accumulated assets will be held in the treasury and used to generate revenue for the Syndicate. Depending on the situation the Dao will collect different tokens through bonding (i.e. USDC, [xTokens](/artsyndicate-dao/protocol/ecosystem/xtokens.md), ...) to use them for strengthening Liquidity or increase collection holdings and MM positions.

### Bond Pricing

Bonds are offered with a small discount to the last traded [$xBond](/artsyndicate-dao/protocol/artsyndicate/usdxbond.md) price (<6%). The discount amount will change depending on the following factors:

* $xBond price
* bonded asset price

SyndicateBonds will be dropped in batches and will be kept scarce (we will offer less bonds than that are actually in demand) to make sure $xBond can trade at a fair price close or above to treasury backing.


---

# 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://artsyndicate.gitbook.io/artsyndicate-dao/protocol/artsyndicate/syndicatebond.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.
