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

# Tokenomics

<figure><img src="/files/qlAPaCqv24aBDL1bHrkw" alt=""><figcaption><p>$ARCHAI Tokenomics</p></figcaption></figure>

1. $BADAI launched on BNB Chain with 1,000,000,000 tokens
2. 100,000,000 tokens were burnt on BNB Chain:
   * Part 1 Burn: <https://bscscan.com/tx/0x92b5b7b0f2d9d55f0d759ae0a347fd47d421b09ed4c9d05919fd4fd7920fe13>
   * Part 2 Burn: <https://bscscan.com/tx/0x10edf669810e4c711b5c40dede285e9f2920d7363c41590367dec9e1169368f1>
3. To match the supply from BNB Chain, $ARCHAI launched on BASE with 900,000,000 tokens (following our successful DAO vote for migration)
4. Additional 44,500,000 tokens burned (from Floki return of stolen tokens): <https://basescan.org/tx/0x539ae33358c1f555c3fe0acb6cbb1215e47d9732e610dba310ddb637b145dfa>
5. Additional 15,600,000 tokens burned (from FlokiFi Rogue Dev wallet not receiving ARCH AI Airdrop):
   * Burn transaction: <https://basescan.org/tx/0x8e5005ff7150ee7b0476842647249312a3ff877c0ffc1da783ccc949dfbf5f7b>
   * Hacker's wallet with these tokens on BNB Chain: <https://bscscan.com/address/0xd403e8ceb44036d5f802a274832d0401d8ada357>
6. Current ARCHAI total supply: 822,688,389 tokens
7. DAO voted to burn 17,211,611 tokens from unclaimed Simon Cat community airdrop, the amount that [remained](https://basescan.org/address/0xF7dB2ba2793280B311abD7be152F6b9694C440e0) at time of snapshot.
   * Tweet from Simons Cat notifying users to claim BADAI prior to Snapshot: <https://x.com/SimonsCatMeme/status/1916115042279231919>
   * [DAO Vote: Burn Unclaimed Simon's Cat Airdrop Tokens](https://snapshot.box/#/s:badgov.eth/proposal/0x12ea0e1fda27476c957b64064679b6bff2d3a55efe4b0a698cdc9b6b96dc7cc0)
   * [Burn transaction](https://basescan.org/tx/0x4bafaee11ce008b55e0c284c2337738769a62c5aefd347c80f15204b04c363ff)
8. Initial liquidity of $250,000 USDC was added to the Uniswap (Base) USDC-ARCHAI pool:
   * Funded with Floki's compensation for the TokenFi exploit
   * No liquidity from $BADAI on BNB pools was used
   * Original BNB liquidity was withdrawn by users after the snapshot was announced and airdrop allocations were locked in
9. The following multisigs are set up:
   * Treasury (6.5%): <https://debank.com/profile/0xbb3edb35869a0102a42f3dc10a2d8d9902b292a6>
   * Foundation (6.7%): <https://debank.com/profile/0xd73ea6e97f90fc04513fe9f87c8cc6e4ac0c4cc2>
   * Community Growth (3%): <https://debank.com/profile/0xc39cc90cb1e190bc5cdeb0df9b8622adaef0e7b1>
   * MM / Liquidity (3%): <https://debank.com/profile/0x5324fb6b0a90bd2e913a8e1e49b4a70e5512c0ec>

**Note**: You can always view the current total supply here: <https://basescan.org/token/0xd3b0b58ec9516e4b875a075328e2cb059d4d54db>


---

# 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://archai.gitbook.io/archai/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.
