> For the complete documentation index, see [llms.txt](https://docs.wlth.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wlth.xyz/wlth-economy/smart-staking.md).

# Smart Staking

### On-chain Governance Infrastructure

WLTH implements on-chain governance built on Colony DAOs’ technology stack & root governance framework. We see Colony DAO as the smart contract foundation for Common Wealth’s groundbreaking Distributed Autonomous Operating System (DAOS).&#x20;

Colony gives our $WLTH token governance superpowers, empowering our community with voting weight earned proportionally to the value they contribute to the DAS, and not just the size of their holdings. In addition, Colony’s pioneering “lazy consensus” methodology lets us focus on getting stuff done, instead of endless unnecessary voting. See Colony DAO for more info.

### Staking For Governance

Community members wishing to propose or vote on proposals affecting the platform, protocol and community can stake $WLTH to earn voting rights. Final voting power will be based on a combination of staked $WLTH and Reputation to ensure active participation and governance.

In order to participate in Smart Staking, which will allow you rights to governance and a share in the $WLTH Fund, follow these steps:

1. Log into website <https://app.wlth.xyz/>
2. Select the Invest tab at the top of the page
3. Where Staking is mentioned, click on the highlight button that says ‘Enroll Now’
4. You will arrive at this page <https://app.wlth.xyz/smart-staking>
5. You may then choose to add to the staking pool or unstake from the pool. (Click add to\
   stake or unstake depending on which you’re opting for, as this will present a drop down\
   window where you then enter the number of $WLTH tokens you wish to stake or unstake and\
   then confirm this by clicking add to stake again or unstake)
6. Approve the transaction in your wallet, ensuring to check the details and gas fees before\
   confirming the transaction.

*Note: There will be an unstaking fee of 2% with no staking lock up period.*


---

# 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.wlth.xyz/wlth-economy/smart-staking.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.
