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

# DAO Manifesto

The **STFX** DAO is a blockchain-based entity designed to operate in a completely decentralized and transparent manner, with open source development, governing structure and rules. The direction of the DAO is decided by the stakers of the token, with all changes and implementations being discussed, voted on, and passed through governance.

### DAO Membership <a href="#docs-internal-guid-2b4ef2e5-7fff-f1c5-3279-91d152a8287e" id="docs-internal-guid-2b4ef2e5-7fff-f1c5-3279-91d152a8287e"></a>

Becoming a member of the **STFX** DAO is simple and straightforward. To join, members are required to buy and stake **STFX** tokens on <https://stfx.io/stake> page. Staked tokens grant voting power in the DAO's governance model, proportional to the number of tokens staked. The more tokens a user stakes, the greater the influence in the DAOs’ governance they have.

### Manifesto <a href="#docs-internal-guid-28bf120c-7fff-4f44-250a-025e9b1f88bc" id="docs-internal-guid-28bf120c-7fff-4f44-250a-025e9b1f88bc"></a>

The **STFX** DAO operates on a set of core principles outlined in its manifesto:

1. **Decentralization**: STFX is fully decentralized, providing a platform where every DAO member has equal power and say in decisions, relevant to their staked tokens.
2. **Transparency**: All development, transactions, decisions, and activities within the DAO are completely transparent and public.
3. **Democracy**: Each DAO member has voting rights. The majority rules, ensuring the voice of the community is represented in every decision.
4. **Trust**: Leveraging blockchain technology, STFX cultivates an environment of trust and credibility, where the rules are enforced by code.
5. **Innovation**: STFX promotes and nurtures creativity, encouraging members to propose and implement revolutionary ideas that can elevate the DAO.

### Roles of a DAO Member <a href="#docs-internal-guid-fc53fa68-7fff-c82d-ef2e-a5dd0fa2c45b" id="docs-internal-guid-fc53fa68-7fff-c82d-ef2e-a5dd0fa2c45b"></a>

As a member of the **STFX** DAO, individuals are more than just investors. They are active participants in the community with the ability to:

1. **Write Proposals**: Members can propose new initiatives, changes, or improvements to the DAO and its project development.
2. **Vote**: Members can vote on various proposals and decisions, exercising their democratic rights within the DAO.
3. **Contribute**: Members can contribute their skills and expertise to the DAO, helping to shape its growth and direction.

{% content-ref url="/pages/WFvbRI5WXWkUbTSrZOwl" %}
[Broken mention](broken://pages/WFvbRI5WXWkUbTSrZOwl)
{% endcontent-ref %}


---

# 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.stfx.io/dao-manifesto.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.
