# Implementation

<mark style="color:purple;">**1. Token Standard**</mark>

The Xenon AI ($XENON) token is implemented as an ERC-20 standard on the Ethereum blockchain. This ensures compatibility with the extensive Ethereum ecosystem, including wallets, exchanges, and decentralised applications.

<mark style="color:purple;">**2. Smart Contract**</mark>

The smart contract for the Xenon AI token is developed using Solidity, the most widely used programming language for Ethereum smart contracts. The contract is audited and follows best practices to ensure security and reliability.

<mark style="color:purple;">**3. Token Specifications**</mark>

* **Token Name**: <mark style="color:purple;">**Xenon**</mark> <mark style="color:purple;">**AI**</mark> <mark style="color:purple;">**Token**</mark>
* **Token Symbol**: <mark style="color:purple;">**XENON**</mark>
* **Decimals**: 18
* **Total Supply**: 300M $<mark style="color:purple;">**XENON**</mark>
* **Fixed Supply**: The total supply of Xenon AI tokens is capped. No additional tokens can be minted, ensuring scarcity.
* **Burnable**: The token contract includes a burn function that allows tokens to be permanently removed from circulation, reducing the total supply and potentially increasing the value of the remaining tokens.
* **No Tax**
* **No Minting**
* **No Proxy Contracts**


---

# Agent Instructions: 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:

```
GET https://xenonai.gitbook.io/xenonai/about/implementation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
