> For the complete documentation index, see [llms.txt](https://sweetdao.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sweetdao.gitbook.io/whitepaper/white-paper/vision.md).

# Vision

After studying multiple crypto projects we have observed that most projects offer 1 to 3 different types of tokens.

1\) Coin/currency (Bitcoin)

2\) Utility token (Filecoin)

3\) Governance Token (Uniswap)

Let's focus on governance tokens such as Uniswap. The innovation that Uniswap has brought to the cryptocurrency industry can't be denied. However, the Uniswap tokens were launched as a bit of an afterthought. All of the tokens value is derived from strictly being a governance token and speculation. It's value is not tied to capturing current or future economic value of the protocol or any sort of assets that the token/protocol can back by such as “cash” on a balance sheet.

The team at SweetDAO has thought long and hard about how the best AMM should function but more importantly what the token means for the project. We want to position the function of the token in a different manner than what is currently out there. Unlike other tokens we hope the value of the project's “SWEET” token comes from the utility and economic value collected by the protocol and its community. This white paper will break down how this will happen.

<br>


---

# 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://sweetdao.gitbook.io/whitepaper/white-paper/vision.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.
