> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/governance/delegation-in-awe-governance/how-to-delegate.md).

# How to Delegate

To participate in AWE governance, **your AWE tokens must be delegated,** either to yourself or another trusted community member. Delegation is required for both **creating proposals and voting on governance decisions**.

If you wish to vote directly, you must **delegate voting power to your own address**. Alternatively, you can **delegate to another community member** who will vote on your behalf.

{% hint style="info" %}
Join and Delegate your AWE tokens on [Tally](https://www.tally.xyz/gov/awe-network).
{% endhint %}

***

#### **Delegate to Yourself**

If you want to vote directly on proposals:

1. **Go to the AWE Network page on Tally.**
2. **Connect Wallet.**
3. Click **"Delegate Vote"**.
4. In the pop-up window, select **"Delegate to Self"**.
5. Confirm and sign the transaction in your wallet (e.g., MetaMask).

Once complete, your wallet will **retain full voting power**, and you can **directly participate** in all governance votes.

***

#### **Delegate to Another Address**

If you prefer to delegate your voting power to a **trusted community member**:

1. **Go to the AWE Network page on Tally.**
2. **Connect Wallet.**
3. Click **"Delegate Vote"**.
4. In the pop-up window, select **"Delegate"**.
5. Enter the **recipient’s wallet address** (EVM-compatible) in the provided field.
6. Click **"Delegate Votes"** and confirm the transaction in your wallet.

You can also delegate directly from a delegate’s **Profile Page** within the AWE Governance Hub if they have made their wallet address available for delegation.

***

#### **Confirm Your Delegation Status**

To verify whom you have delegated to:

1. Click your **Profile Name** in the top right corner of the governance interface.
2. Select **"Profile"** from the dropdown menu.
3. Choose the **AWE DAO governance page** to view your delegation details.
4. Your **delegate’s wallet address** will be displayed next to your username.

***

#### **Re-delegating & Undelegating**

You can **re-delegate** your voting power to a different address at any time by following the same steps as initial delegation.

Additionally, you may **undelegate your tokens** to reclaim your voting power for direct participation in governance decisions. This is useful if an important vote arises and you want to **personally cast your decision**.

Delegation is flexible, allowing you to **adjust your participation** as needed to align with your evolving governance preferences.


---

# 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.awenetwork.ai/governance/delegation-in-awe-governance/how-to-delegate.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.
