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

# UNI platform

- [UNI](https://docs.decentral-art.com/uni-platform/uni.md): A platform for self-cutting images into parts
- [Building](https://docs.decentral-art.com/uni-platform/uni/building.md): Tool is being built
- [Next tool](https://docs.decentral-art.com/uni-platform/uni/building/next-tool.md): Description of the next tool
- [AI Creator](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/ai-creator.md): Image creation tool
- [PAINTING](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/painting.md): Cut the work of art into pieces
- [Common set](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/common-set.md): A collection from one work of art
- [Collection](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/collection.md): A collection of many pieces
- [Prizes](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/prizes.md): Prizes paid to collectors
- [Collecting](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/prizes/collecting.md): Collecting NFTs into one wallet
- [Drawing](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/prizes/drawing.md): Prize draw
- [Main prize](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/main-prize.md): Rewards for collectors
- [Extra earning](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/extra-earning.md): You will get a commission for each sale
- [Bridge](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/bridge.md): Polygon -> Ethereum -> Polygon
- [Multitransfer](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/multitransfer.md): Sending NFT's between wallets
- [Chat](https://docs.decentral-art.com/uni-platform/uni/building/chat.md): Communication tool
- [Art Gallery](https://docs.decentral-art.com/uni-platform/uni/building/art-gallery.md): In the real world
- [EARN](https://docs.decentral-art.com/uni-platform/uni/building/art-gallery/earn.md): Earning on referrals
- [Devices](https://docs.decentral-art.com/uni-platform/uni/building/devices.md): Simple configuration
- [Get Started](https://docs.decentral-art.com/uni-platform/uni/building/get-started.md): From the begining
- [Consensus](https://docs.decentral-art.com/uni-platform/uni/building/consensus.md)
- [CONTRACT](https://docs.decentral-art.com/uni-platform/contract.md): About the networks that use the platform.
- [Polygon](https://docs.decentral-art.com/uni-platform/contract/polygon.md): Contract on the Polygon network
- [Etherscan](https://docs.decentral-art.com/uni-platform/contract/etherscan.md): Contract on the Ethereum network
- [ERC20 Cross-chain Options](https://docs.decentral-art.com/uni-platform/erc20-cross-chain-options.md): The Art token has been minted on both the Ethereum and Polygon networks.
- [Management](https://docs.decentral-art.com/uni-platform/management.md): Voting to secure finances and management.
- [Shareholders and dividends](https://docs.decentral-art.com/uni-platform/management/shareholders-and-dividends.md): System for Contribution and Dividend Payouts
- [Employees](https://docs.decentral-art.com/uni-platform/management/employees.md): Work at DecentralArt and employee payout management system.
- [ART token](https://docs.decentral-art.com/uni-platform/art-token.md): $ART Erc20
- [PRE-SALE](https://docs.decentral-art.com/uni-platform/art-token/pre-sale.md): And the sale in the second phase
- [Art for FIAT](https://docs.decentral-art.com/uni-platform/art-token/pre-sale/art-for-fiat.md): Sale of ART token for FIAT currency.
- [AirDrop](https://docs.decentral-art.com/uni-platform/art-token/airdrop.md): Sign up and draw
- [Burning ART](https://docs.decentral-art.com/uni-platform/art-token/burning-art.md): Reducing the supply
- [POLYGON](https://docs.decentral-art.com/uni-platform/art-token/polygon.md): Burning ART
- [ETHEREUM](https://docs.decentral-art.com/uni-platform/art-token/ethereum.md): BURN ART
- [Staking](https://docs.decentral-art.com/uni-platform/art-token/staking.md): For NFT Hodlers


---

# 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.decentral-art.com/uni-platform.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.
