> For the complete documentation index, see [llms.txt](https://wei-yu-tseng.gitbook.io/blablablock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wei-yu-tseng.gitbook.io/blablablock/english/how-blablablock-works/provide-fund-into-dao-treasury.md).

# Provide Fund Into DAO Treasury

1. **Buying from the BlablaBlock team:** This is usually done when users want to buy a larger amount of $BLA. Since there are more price slippages on DEX, scheduling a purchase with the team can reduce the slippage. After users deposit stablecoins into the DAO treasury, the BlablaBlock team will mint an equivalent amount of $BLA through a smart contract and give it to the user. As a result, the DAO’s TVL increases while the value of $BLA remains unchanged.
2. **Buying from DEX:** This is usually done when users want to buy a smaller amount of $BLA. Since trades can be made on DEX at any time, many users choose to buy $BLA at a low point on the exchange. After users purchase $BLA with stablecoins on the DEX, the BlablaBlock team will use market-making mechanisms (which also anchor the price of $BLA to the value of the DAO treasury) to transfer the stablecoins into the treasury and issue an equivalent amount of $BLA. As a result, the DAO’s TVL increases while the value of $BLA remains unchanged.

<figure><img src="/files/yTIebjzpfr4OjMd5qWfJ" alt=""><figcaption><p>Process of buying $BLA from DEX</p></figcaption></figure>

Regardless of which method is used to purchase $BLA, the stablecoins paid will ultimately be placed in the DAO treasury and the value of $BLA will remain unchanged.


---

# 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://wei-yu-tseng.gitbook.io/blablablock/english/how-blablablock-works/provide-fund-into-dao-treasury.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.
