# Web3

Our official Ethereum contract is located at [0x7553a5ced41c29fa4833ebe65ec9da6e2a9efdf0](https://etherscan.io/address/0x7553a5ced41c29fa4833ebe65ec9da6e2a9efdf0#internaltx).

Our contract was [audited by Cyfrin](https://github.com/Cyfrin/cyfrin-audit-reports/blob/main/reports/2025-04-24-cyfrin-cryptoart-v2.0.pdf). &#x20;

#### **Standards**<br>

* **ERC721:** NFT standard (Enumerable, Burnable).
* **ERC2981:** NFT Royalty Standard.
* **IERC7160:** Multi-Metadata for managing pairing status.
* **Story Inscriptions/iStory:** Interface for adding creator/collector stories.

#### **Decentralization**

When an NFT is created (minted), its metadata is permanently stored on the InterPlanetary File System (IPFS). This ensures your NFT remains tradable even if Cryptoart.com shuts down.

How is the redemption status updated?&#x20;

Our contract uses the ERC-7160 standard to toggle a single metadata trait (redeemable = TRUE/FALSE). NFT holders and Cryptoart.com (since it's tied to a service we provide) can update the redemption status.&#x20;


---

# 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://cryptoart.gitbook.io/cryptoart/the-project/web3.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.
