> For the complete documentation index, see [llms.txt](https://docs.degendystopia.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degendystopia.world/tokens-and-tokenomics/erc-20.md).

# ERC-20

### Degen Dystopia ERC-20 Tokens

ERC20 tokens in Degen Dystopia are issued as player rewards and can be used to craft and trade in-game items.

When Degen Dystopia launches its *Phase 2* (see [Roadmap](/roadmap.md)), liquidity pools for its ERC20 tokens will be unlocked with total values equal to the total amount earned by players during Phase 1. This will allow the players to have control over liquidity and reduce the supply available to whales.

At the time of launch, Degen Dystopia features 2 ERC20 tokens for use in the game. These are [DDSCRAP](/tokens-and-tokenomics/erc-20/ddscrap.md) and [DDGOLD](/tokens-and-tokenomics/erc-20/ddgold.md). View their individual pages for more information about them.


---

# 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:

```
GET https://docs.degendystopia.world/tokens-and-tokenomics/erc-20.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.
