# Delegating and Undelegating Stakes

Stake Delegation allows one user to vote using another user's voting power.

### Delegating to a User

**Step 0a: Make sure you already have** [**created a Stake**](/clarity-v1/participating-in-a-dao/staking/creating-and-editing-stakes.md#creating-a-new-stake)**.**

**Step 0b: Navigate to the Membership tab of the Organization**

**Step 1: Find the Member you want to delegate to**

<figure><img src="/files/Szb0Pfo3l8DiOPHmONKE" alt=""><figcaption></figcaption></figure>

**Step 2: Click the Member from the list to open more information about them**

**Step 3: Click 'Delegate My Power'**

<figure><img src="/files/fpo38gWdavFVfx04oWFZ" alt=""><figcaption></figcaption></figure>

**Step 4: Select a stake to delegate.**

<figure><img src="/files/MS24uFX080qmYyFicdIU" alt=""><figcaption></figcaption></figure>

**Step 5: Click 'Delegate'**

<figure><img src="/files/0BoDUPCY15271feg62OP" alt=""><figcaption></figcaption></figure>

**Step 6: Sign the transaction**

**Step 7: See who you've delegated to based on the star on the Membership lists**

<figure><img src="/files/XCQL6381nVOZAJFhP1qh" alt=""><figcaption></figcaption></figure>

**Step 8: See your stake is delegated on the 'Stakes' Page of this Organization**

<figure><img src="/files/ROqElfrm92jMTP8i91ZF" alt=""><figcaption></figcaption></figure>

### Undelegating Stakes

**Step 0: Navigate to the Membership page of the DAO you want to undelegate your vote in.**

**Step 1: Find the user you delegate to**

<figure><img src="/files/ZYnw6pkuoUfHdC67Qpnz" alt=""><figcaption></figcaption></figure>

Users you delegate to will have a star by their names.

**Step 2: Open more information about the user you delegate to**

<figure><img src="/files/C6FqOCTRF1nYTBe4crca" alt=""><figcaption></figcaption></figure>

**Step 3: Select a stake to undelegate**

<figure><img src="/files/IrBsPhGEECGYu6sydzTg" alt=""><figcaption></figcaption></figure>

**Step 4: Click 'Undelegate'**

<figure><img src="/files/VMnQ8Ee4kyD3VMQuWdoX" alt=""><figcaption></figcaption></figure>

**Step 5: Sign the Transaction**


---

# 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.clarity.vote/clarity-v1/participating-in-a-dao/staking/delegating-and-undelegating-stakes.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.
