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

# Economics

## SRX <mark style="color:red;">Token</mark> Breakdown

#### <mark style="color:red;">(100%) Total Supply</mark> = 100,000,000 SRX

As $SRX will be used directly for wagering on the Syrex Website, the team has decided that a smaller amount of tokens in circulation will be beneficial. This will allow easier wagering calculations for users and developers alike when designing new game modes.&#x20;

#### <mark style="color:red;">(76.405%) Holders</mark> = 76,405,000 SRX

As SRX is built upon the BATMAN token, all tokens not being used for specific purposes will be airdropped to previous holders to maintain consistency in the price. Calculations have been made to directly correlate prices pre-migration with the price of SRX post migration.&#x20;

#### <mark style="color:red;">(10%) Staking Supply</mark> = 10,000,000 SRX

SRX will be launching with an internal staking platform where these 10,000,000 SRX tokens will be deposited. Users will be able to stake their current SRX tokens to generate more SRX over the coming 3 months. After this point Syrex plans to offer different types of staking but, the rewards and token they are offered in could vary.

#### <mark style="color:red;">(5.375%) Liquidity</mark> = 5,375,000 SRX

The liquidity ratio was appropriately adjusted to synchronize the pre- and post-migration price of SRX. This will be the amount of SRX directly deposited into the Uniswap Pairing of SRX/ETH.

#### <mark style="color:red;">(4.13%) Marketing Wallet</mark> = 4,130,000 SRX

The marketing wallet held these tokens from buybacks on the previous BATMAN token, and will continue to hold these tokens with SRX as they can be used for exchange listings, staking rewards, giveaways, competitions, etc. The wallet address for this account is: Add Address

#### <mark style="color:red;">(2.09%) Burned Tokens</mark> = 2,090,000 SRX

Previously, the marketing wallet had burned about 4% of the total token supply of BATMAN from buybacks. This value has been reduced as the Syrex team plans to release a BSC version of SRX and requires tokens to be provided for the bridge services. All of these tokens can be seen at the burn address: Add Address

#### <mark style="color:red;">(2%) Bridge Tokens</mark> = 2,000,000 SRX

As stated above, these tokens were removed from the buyback burns and will be used as the ETH-BSC transfer tokens. These are needed in order to initialize the bridge, which will be live within a week of the launch of Syrex.

## Syrex <mark style="color:red;">Web</mark> Wagering

The online decentralized wagering of Syrex will need funding for prizes, daily giveaways, maintenance, and development. These funds will be generated by a 2.5% tax on all winnings in all game modes on the site. It is important to stress that this tax will only be levied on winners and will not cause any higher transaction fees for users.&#x20;

There may be reductions/changes to the tax rate in the future; including adjustments based on your total SRX holdings.

### Current <mark style="color:red;">Game modes</mark> and their tax rates:

#### Coinflip - Coming soon

When the game is complete the winner will be able to withdraw 97.5% of the wagered tokens. The withdrawal function will be able to be called either from the initial winning screen or the previous winnings history.

#### Jackpot - Coming soon

#### NFT Jackpot - Coming soon

#### NFT Raffle - Coming soon


---

# 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://syrex-team.gitbook.io/syrex/economics.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.
