# ERC-721

#### Endpoints

The Xyxyx API offers three primary endpoints to handle ERC-721 smart contracts:

1. [**Deploy Contract 1x1**](/api-endpoints/deploy/deploy-contract-1x1.md)
   * Creates a contract optimized for a straightforward configuration where each token maps to a single object or resource.
2. [**Deploy Contract A4**](/api-endpoints/erc-721/deploy-contract-a4.md)
   * Sets up a contract designed for an A4 tokenization model use case or any more extensive configuration requirements.
3. [**Mint Token**](/api-endpoints/erc-721/mint-token.md)
   * Creates a new token within a previously deployed ERC-721 contract (either 1x1 or A4).
   * Fewer input parameters are required here because detailed configuration and metadata are established during the **Deploy** **Contract** phase.


---

# 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://developer.xyxyx.pro/api-endpoints/erc-721.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.
