# Deploying your own ERC404

To launch your own ERC404 contract, you can use the example provided in the ERC404 GitHub repository, specifically within the `src` folder named `ExampleERC-404.sol`. This example demonstrates a minimal ERC404 implementation, emphasizing the process of minting the entire token supply to the initial contract owner. For projects interested in integrating ERC404, it's crucial to add initial tokens to a decentralized exchange (DEX) for liquidity and ensure the DEX pool address is whitelisted to facilitate seamless NFT minting and burning transactions.

Use cases for the ERC404 protocol are vast, ranging from profile pictures (PFPs), access passes, gaming assets, media, to decentralized finance (DeFi) projects, enabling a higher standard of utility and integration. The ERC404 standard also facilitates a more efficient market by allowing creators to bypass high royalty fees and enabling the market to determine prices, promoting a fair and liquid trading environment.

For detailed guidance on deploying your ERC404 contract and exploring its innovative features, please visit the [ERC404 GitHub repository](https://github.com/Pandora-Labs-Org/erc404/tree/main).


---

# 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://docs.davinci.wtf/get-to-know-erc404/deploying-your-own-erc404.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.
