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

# Technical Details

The tokens will be deployed as ERC-20 tokens on the Polygon network. In order to give creators the opportunity to mint and list their NFTs without any excessive gas fees, we wanted to build a very cheap & sustainable system and Polygon is currently the best layer-2 alternative for such goals in the market.\
\
**Contract Address:**\
0x4b70dda51EE6328fB1Dd8B7a3FAeA61cB9fdBcC8\
\
**Polygonscan Address:**\
<https://polygonscan.com/token/0x4b70dda51ee6328fb1dd8b7a3faea61cb9fdbcc8>\
\
We believe it has a strong future in decentralized networks and NFT operations. A collection of smart contracts that are developed by our team will provide core functionalities on the blockchain, such as:

* NFT minting
* Payment gateway
* Smart wallet
* Token transaction

### NFT Renting

In Myax Platform, wearable NFT renting is one of the utilities provided to creators. With the help of the 30th ERC standard, **ERC-4907**, users on Myax platform can rent NFTs. This standard allows an NFTS owner to permit another individual to use their NFT for a designated period of time. It is an essential milestone for wearable NFT utilities.


---

# 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.myax.me/token/myax-token-usdmyax/technical-details.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.
