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

# Tokenomics

The $BARK token’s smart contract features an auto-burn mechanism, intended to support liquidity and price management. \
\
How the burn function works, is that through daily volume a portion of what would be left in LP is then sent to the dead address. This ensures the liquidity pool is healthy through major price movements and also rewards those holding through a burned price increase. \
\
Total Supply: 1,000,000,000 BARK\
\
Total Buy Tax: 5%\
\
Total Sell Tax: 5%

{% hint style="info" %}
**The original Bark's token liquidity pool is locked and the contract is renounced**
{% endhint %}

Renounce Link: <https://etherscan.io/tx/0x09fc705f88ae18d5d974a97c88758a40e40efa2001adb74079d982a01381f08d>\
\
Lock Link: \
<https://app.uncx.network/amm/uni-v2/pair/0x4aDd88166C8478594f33d51aEB81c9a3b8501c8D>


---

# 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://bark-tools.gitbook.io/wp/components/tokenomics.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.
