> For the complete documentation index, see [llms.txt](https://docs.onlyburns.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlyburns.com/usdoburn/tokenomics/taxes.md).

# Taxes

<mark style="color:red;">10% buy tax</mark> - **Collected in BUSD, not&#x20;**<mark style="color:red;">**$OBURN**</mark>

* 100% of the buy tax goes to the gnosis safe wallet address **0x4011a486dCd514a21B27687F100C78e3c71a8Cf6** for treasury growth

<mark style="color:red;">10% Sell Burn</mark> - **$OBURN is sent to the dead wallet on BSC**

The buy tax goes into the treasury wallet to be invested into various farming platforms, swing trades on blue chip cryptos, and many other managed investments. You can watch the treasury performance on our spreadsheet, updated weekly!&#x20;

**Treasury Investments Spreadsheet**\
<https://docs.google.com/spreadsheets/d/1ey5AqQERxVB54mbNOw7aHccondO_Imnod6NGtTufsPg/edit?usp=sharing>

The sell tax, burns the <mark style="color:red;">$OBURN</mark> collected.

<mark style="color:red;">**$OBURN**</mark> buy tax is collected in BUSD so that our protocol does not need to sell our tokens in order to convert taxes into BUSD. No contract sell pressure!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.onlyburns.com/usdoburn/tokenomics/taxes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
