# Token

Hyperstable uses two tokens to manage its utility and governance:

[`$PEG`](/docs/usdpeg/token.md)

&#x20;(ERC-20), is distributed to liquidity providers through emissions and;&#x20;

[`$vePEG`](/docs/usdpeg/token.md)

which is used for Governance, to vote on Emissions and receive [Incentives](/docs/protocol/incentivize.md). vePEG also gets protected from dilution via [Rebases](/docs/usdpeg/rebase.md). vePEG is represented as a (transferrable) NFT.

**Vote Escrow**

The 've' in vePEG stands for : Vote Escrow, which is a mechanism used in decentralized governance to ensure fairness and transparency in decision-making. Any PEG holder can vote escrow their tokens and receive $vePEG in exchange. With Hyperstable, we call this [Locking](/docs/protocol/lock.md). <br>


---

# 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://hyperstable.gitbook.io/docs/usdpeg/token.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.
