# ERC-404

The [ERC-404](https://docs.xyxyx.pro/products-and-services/tokenization-models/token-standards/erc-404) is a hybrid token standard that combines the functionalities of the ERC-721 standard (non-fungible tokens) and the ERC-20 standard (fungible tokens).

***

#### **Endpoints**

The Xyxyx API provides ERC-404 functionality through dedicated endpoints, categorized into two subsections, which are based on Xyxyx's two foundational tokenization models:

* [**Deploy Contract 1x1**](/api-endpoints/deploy/deploy-contract-a4.md)
* [**Deploy Contract A4**](/api-endpoints/deploy/deploy-contract-a4.md)

Each subsection contains specific API endpoints tailored for deploying and interacting with ERC-404 smart contracts using the respective tokenization model.

#### **Endpoint Structure**

All ERC-404 endpoints follow the format:

```plaintext
/api/v1/ERC404/{network}/deploy-contract-{model}
```

Where:

* `{network}` is replaced with the target blockchain network (e.g., `mainnet`, `sepolia`, `optimism`, etc.).
* `{model}` is either 1x1 or A4, depending on the tokenization model used.

**Example Endpoints**

* Deploy an **ERC-404 contract** using the **1x1** tokenization model on the **Ethereum Mainnet**:

  ```plaintext
  /api/v1/ERC404/mainnet/deploy-contract-1x1
  ```
* Deploy an **ERC-404 contract** using the **A4** tokenization model on the **Ethereum Sepolia**:

  ```plaintext
  /api/v1/ERC404/sepolia/deploy-contract-A4
  ```


---

# 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/deploy.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.
