> For the complete documentation index, see [llms.txt](https://stargateprotocol.gitbook.io/stargate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stargateprotocol.gitbook.io/stargate/v2-user-docs/stargate-features/stake.md).

# Stake

## Stake

Lock your STG tokens to receive veSTG, Stargate's governance token.Community members can participate in Stargate DAO governance with an account that has a balance of vote-escrowed STG (veSTG).​[For more on the Stargate DAO governance process, click here.](https://app.gitbook.com/o/LSWxy6S5oj704hXstoDK/s/A2MA07SGIBU4zXDZO74n/governance/governance-model)​

### How to Stake your STG Tokens <a href="#how-to-stake-your-stg-tokens" id="how-to-stake-your-stg-tokens"></a>

<details>

<summary><strong>STEP 1  Find available STG to stake</strong></summary>

* Go to <https://stargate.finance/stake> and find the “Available” tab.
* Select the STG on one of the network to stake.

</details>

<details>

<summary>STEP 2 Stake your STG</summary>

* Enter the amount of STG to stake
* Enter Stake Duration betwwen 1 to 36 months
* `Create Stake`

</details>

<figure><img src="/files/opF41GtMQLuwiErRIMY2" alt=""><figcaption><p>STG New Staking</p></figcaption></figure>

<details>

<summary>STEP 3 Confirm Transaction in the Wallet</summary>

* Confirm your transactions on your wallet Notification window.

</details>

{% hint style="info" %}

* You can't unstake your locked STG. You can choose to unstake your STG manually or restake them when your STG is unlocked.
* If you already have STG staked on one network, you can choose to increase your lock period or increase the staked amount. All the STG on the same network will be unlocked at the same time.&#x20;
  {% endhint %}


---

# 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://stargateprotocol.gitbook.io/stargate/v2-user-docs/stargate-features/stake.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.
