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

# Concept

The ve(3,3) Innovation DEX is a decentralized exchange model that combines the concepts of vote-escrowed tokens (veTokens) and the (3,3) game theory model popularized by projects like OlympusDAO. Here's a brief overview of its key components:

1. **Vote-Escrowed Tokens (veTokens):** In this model, users lock their governance tokens (e.g., the native token of the DEX) for a specified period to receive veTokens. The amount of veTokens received depends on the length of the lock-up period; longer lock-ups yield more veTokens. These veTokens grant users voting power and influence over the protocol's governance and rewards distribution. Although SailFish being a fork of BladeSwap have optimized the process of getting veTokens, which is by simply swaping SAIL tokens for veSAIL tokens without any locking period or epoch restriction.
2. **Incentives Alignment:** The ve(3,3) model is designed to align incentives between different stakeholders, including liquidity providers, traders, and governance participants. By locking tokens, users demonstrate a long-term commitment to the protocol, which helps stabilize the token's value and the platform's overall ecosystem.
3. **Fee Distribution and Rewards:** Holders of veTokens typically receive a share of the protocol's fees, which can include trading fees and other sources of revenue. This creates a direct financial incentive for users to lock their tokens and participate in governance.
4. **Game Theory (3,3):** The (3,3) model is based on cooperative game theory, where the optimal outcome for participants is achieved through mutual cooperation. In the context of a DEX, this means that users are encouraged to act in ways that benefit the entire ecosystem, such as providing liquidity and participating in governance decisions that enhance the platform's value.
5. **Protocol Governance:** veToken holders have a say in important protocol decisions, such as changes to trading fees, liquidity incentives, and other governance proposals. This democratizes the decision-making process and ensures that the community's interests are represented.

Overall, the ve(3,3) Innovation DEX model aims to create a sustainable and community-driven decentralized exchange by leveraging the principles of long-term commitment, incentive alignment, and cooperative game theory.


---

# 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://vedex.gitbook.io/docs/getting-started/concept.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.
