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

# What is Dot Dot?

Dot Dot is a protocol to optimize yield, voting power, and liquidity provisioning on [Ellipsis](https://ellipsis.finance). Ellipsis is a decentralized exchange (AMM) where tokens may be swapped using liquidity provided by other users. Those users earn EPX emissions. Those who lock EPX receive vlEPX and earn a higher share of EPX rewards. vlEPX or vote locked EPX aims to reward long term users of a protocol. Those who hold vlEPX earn trading rewards from the protocol as well as voting power to direct EPX emissions.

{% hint style="success" %}
Dot Dot has no deposit or withdrawal fees for Ellipsis Liquidity Providers, only a minimal performance fee that is distributed in its entirety to EPX and DDD lockers.&#x20;
{% endhint %}

**If you wish to lock EPX,** Dot Dot allows you to earn a larger share of trading fees and rewards, as well as a share of the boosted EPX emissions that is earned by liquidity providers in exchange for you providing boost to the protocol.

**If you wish to be a liquidity provider,** Dot Dot enables you to earn boosted EPX rewards without having to lock EPX, as well as additional DDD rewards.

**If you wish to maximize voting power and influence over EPX emissions,** Dot Dot ensures vlEPX is always max locked to maximize voting power. This influence is then controlled through the DDD token which can be locked for up to 16 weeks and earn additional rewards.

{% hint style="info" %}
Dot Dot has no VCs, no investors, advisors, backers, or other affiliations.\
The protocol is bootstrapped by its own team of builders.
{% endhint %}

## Getting Started

### Guides: Jump right in

Follow our handy guides to get started as quickly as possible:

{% content-ref url="/pages/wrIJHdOTJMNvlao8kdNW" %}
[Getting Started](/guides/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/jXyraAJWPhfcG52wL6cE" %}
[Staking Ellipsis LP tokens](/guides/staking-ellipsis-lp-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/6bEV0lskY68Pw25OXYn4" %}
[Staking dEPX](/guides/staking-depx.md)
{% endcontent-ref %}

### About Dot Dot: Dive a little deeper

Learn the fundamentals of Dot Dot to get a deeper understanding of the main functionality:

{% content-ref url="/pages/aNmC3au5gForwF8defhu" %}
[Tokenomics](/about/tokenomics.md)
{% endcontent-ref %}

{% content-ref url="/pages/J3Y4nISdcqCOesiEcgGk" %}
[Fees](/about/fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/umXpEDpBcHzeEM8vBvMf" %}
[DDD Token](/about/ddd-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZyZFGS2FxQVLgET2AuMg" %}
[dEPX Token](/about/depx-token.md)
{% 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.dotdot.finance/what-is-dot-dot.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.
