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

# A7A5 Tokenomics

A7A5 has simple tokenomics.

* **A7A5** is issued on two blockchains:
  * Tron (TRC-20), smart contract address: `TLeVfrdym8RoJreJ23dAGyfJDygRtiWKBZ` [↗](https://tronscan.org/#/token20/TLeVfrdym8RoJreJ23dAGyfJDygRtiWKBZ)
  * Ethereum  (ERC-20), smart contract address: `0x6fa0be17e4bea2fcfa22ef89bf8ac9aab0ab0fc9` [↗](https://etherscan.io/address/0x6fa0be17e4bea2fcfa22ef89bf8ac9aab0ab0fc9)
* **Income Distribution:**&#x20;
  * A7A5 automatically distributes **50% of its daily income** to all token holders within 24 hours after interest is credited to our deposits—requiring **no action from users.** Our smart contracts ensure a seamless passive income experience: no staking, no manual reward claims, and no [gas fees.](#user-content-fn-1)[^1] Simply hold A7A5 tokens in your wallet or on partner exchanges, and earnings will be credited automatically.
  * The **remaining 50%** of the income is allocated to operational costs, marketing, project development, and the A7A5 project's revenue.
* **Utility:** A7A5 is not just a token that brings daily income, it has many other utilities, details here ["Use Cases".](/a7a5-token/use_cases.md)
* **Listings:** Token will be listed on centralized and decentralized exchanges, popular wallets and platforms.
* **Smart-Contract Audits:** Smart-contracts have successfully passed [audits](/a7a5-token/smart-contracts-audits.md).

[^1]: Gas in Web3 is the fee required to perform transactions or execute smart contracts on a blockchain network. It compensates network validators (miners or stakers) for processing and securing transactions.\
    Ethereum → **Gas fees paid in ETH**\
    Tron → **Gas fees paid in TRX**


---

# 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.a7a5.io/a7a5-token/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.
