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

# Tokenomic & Community

Here are some key notes on the contract:&#x20;

SECURITIES NAME: WEB3CASINO  \
TICKER SYMBOL: W3C  \
PLATFORM: BINANCE SMART CHAIN (BEP-20) \
ROLE: UTILITY SECURITIES \
TOTAL SUPPLY: 1,000,000,000  \
TOTAL LIQUIDITY: 250,000,000 \
PRE-SEED: COMPLETED \
STARTING PRICE: US$0.00030 \
SMART CONTRACT (BEP20) : 0X58239DCA6255FDCA71CF30A71F40BAD07D5B62DD

1, The total supply of the token is set to 1 billion $W3C \[1,000,000,000]. \
2, The owner does not have the ability to mint any amount of tokens to any address at any time.                                                                                 3, Although there are no burn functions present, the circulating supply can be reduced by sending tokens to the 0x..dead address if desired. \
4, There is a 3% token allocation for our team to support Research and Support activities. \
5, The contract is compliant with the BEP-20 token standard. There are no fees associated with transferring tokens.                                                 6, The owner has the ability to call the finishMinting() function at any time, which permanently disables all minting functionality.                        \
7, The owner can pause/unpause all trading at any time.                                                \
8, The contract utilizes the SafeMath library to prevent overflows/underflows.&#x20;

\
In WEB3CASINO GameFi NFTs, each NFT minted and released by us will come with a 10% Royalty attached. This means that any resales will result in gathering 10% of the purchase price. Over time, we expect the NFT market to generate a significant secondary income for web3casino.app. Additionally, all NFTs launched by web3casino.app will have some utility attached.

\ <br>


---

# 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://web3casino-gamefi.gitbook.io/web3casino.gamefi-whitepaper/tokenomic-and-community.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.
