# ERC20 Cross-chain Options

To achieve this goal, a balancing function has been introduced, which will control the supply of $ART on the market. In practice, this means that when the amount of $ART in circulation exceeds 2.5 billion, some tokens will be burned.

Burning will be carried out by sending tokens to a special address from which they will no longer be recoverable. In this way, the target amount of $ART in circulation will be reduced by half.

The balancing function will work on the principle of a mechanism that will adjust the amount of $ART in circulation depending on the market demand. This will ensure price stability and balance on the market.

| Jeśli                                                                                      | Następnie                                                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| The token has been issued on two networks, Polygon and Ethereum, with 2.5 billion on each. | The target liquidity pool will be 2.5 billion $ART.                                                                                                                                                                                            |
| Polygon network - purchase of ART token                                                    | An equivalent amount, meaning the same amount of $ART tokens, is burned on the Ethereum network - sent to the address: [0x0000000000000000000000000000000000000000](https://etherscan.io/address/0x0000000000000000000000000000000000000000)   |
| <p></p><p>Ethereum network - purchase of ART token</p>                                     | An equivalent amount, meaning the same amount of $ART tokens, is burned on the Polygon network - sent to the address: [0x0000000000000000000000000000000000000000](https://polygonscan.com/address/0x0000000000000000000000000000000000000000) |
| Burning of Art token                                                                       | The burning takes place collectively every 24 hours until the end of the Presale. The $ART balance is checked on both the Polygon and Ethereum networks, and any surplus in either network is burned.                                          |

{% hint style="info" %}
As the contract on the Ethereum network was created much earlier, and due to expensive gas prices, we decided to launch parallel trading on the cheaper Polygon network. This solution does not allow us to burn ART tokens automatically during purchases. (On the Polygon network, we already have this prepared in the contract) This solution will be changed to automatic burning when we fork the contract on the Ethereum network.&#x20;
{% endhint %}


---

# 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://docs.decentral-art.com/uni-platform/erc20-cross-chain-options.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.
