# The Token Standards

## Introduction

The Cosmos ecosystem has gained significant traction in the blockchain space due to its interoperability features and focus on scalability. As part of its growing ecosystem, Cosmos has developed two primary token standards: **CW721** and **CW20**. These standards facilitate the creation and management of both non-fungible tokens (NFTs) and fungible tokens (Coins) within the Cosmos network, enabling developers to build a wide range of decentralized applications (dApps) and digital assets.

Most of the use cases we will be building in the [**Guides and Examples**](/guides/guides-and-examples/ado-builder.md) sections will contain one of the above mentioned tokens as the base component of the dApp.


---

# 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.andromedaprotocol.io/guides/learning-the-basics/the-token-standards.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.
