# Start here

The $CHEQ token at a basic level is used for three core functions:

1. **Network decisions:** cheqd is a Delegated Proof of Stake network, where individuals can vote on network decisions via a decentralised governance framework.
2. **Identity writes:** $CHEQ can be used to write Decentralised Identifiers (DIDs) and DID-Linked Resources to the network. This write also includes a percentage of tokens burnt from the network.
3. **Credential Payments:** $CHEQ can be used to pay for decrypting on-ledger resources for the purpose of a Verifier paying a Credential Issuer.&#x20;

## Getting started

Learn about the different mechanisms of the $CHEQ token below:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Tokenomics</strong></mark></td><td>Understand how $CHEQ works at an economic level.</td><td><a href="/pages/0uQngC4zO7S1s0zD79Lo">/pages/0uQngC4zO7S1s0zD79Lo</a></td></tr><tr><td><mark style="color:blue;"><strong>Identity writes</strong></mark></td><td>Learn how $CHEQ can be used to create DIDs and DLRs.</td><td><a href="/pages/P3Ac0J2PYsIKQ2NhNVOz">/pages/P3Ac0J2PYsIKQ2NhNVOz</a></td></tr><tr><td><mark style="color:blue;"><strong>Credential Payments</strong></mark></td><td>Undestand how $CHEQ can be used for incentivising credential adoption.</td><td><a href="/pages/OHyNp5CPQXIpJyqjh0rY">/pages/OHyNp5CPQXIpJyqjh0rY</a></td></tr></tbody></table>


---

# 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://learn.cheqd.io/cheq/start.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.
