> For the complete documentation index, see [llms.txt](https://docs.algem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algem.io/english-1/algem-protocol/algm-token/algm-utility.md).

# ALGM Utility

**ALGM** is Algem protocol’s governance token and has numerous functionalities. The purpose of this section is to examine these core functions.

Before we begin, it bears mentioning that the only way for users to receive ALGM is by depositing ASTR or other tokens in a vault. There is no pre-mine or ICO. In other words, users must partake in Liquid Farming in order to begin earning ALGM.&#x20;

Furthermore, ALGM gives users the rights to:&#x20;

* *Earn by depositing* to Algem’s DeFi partner dApps and receive additional earning incentives&#x20;
* *Earn by staking* ALGM to the Algem protocol and to share in its revenues.&#x20;
* *Vote and make decisions* regarding a dapp's future (e.g., add a new vault) and set parameters such as fees, vault weights, etc.

### **Additional ALGM Functions: Voting**

#### Voting for dApps via Liquid Staking&#x20;

Users can vote for dApps in Astar dApp staking to stake ASTR via Algem's liquid staking solution.

#### Voting for app features and upgrades&#x20;

Voting on upgrades (add a new vault, change dApp parameters and fees, etc.)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.algem.io/english-1/algem-protocol/algm-token/algm-utility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
