# veSHELL Staking

{% hint style="warning" %}
This page is currently under construction.
{% endhint %}

## Overview

veSHELL (vote-escrowed SHELL) is a token staking and yield system modeled after [Curve's veToken mechanism](https://curve.readthedocs.io/dao-vecrv.html).

DAO members gain votes by staking their SHELL tokens to the DAO. The longer these tokens are staked, the higher the voting power.

One veSHELL token = one vote.

Users may earn rewards (yield) for staking. A portion of the DAO Treasury is allocated to incentivize users to stake the DAO.

For the duration that SHELL tokens are staked, they are locked and non-transferable. However, users may delegate their veSHELL voting power to other users, via the delegation system.

## veShell Mechanics <a href="#veshell-mechanics" id="veshell-mechanics"></a>

{% hint style="info" %}
More info coming soon.
{% endhint %}


---

# 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://wiki.shellprotocol.io/shell-dao/veshell-staking.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.
