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

# Introduction

EtherlinkDAO starts from a simple but structural reality of today’s DeFi landscape.

**Liquidity pools are fragmented across blockchains.**\
Every new chain, rollup, or execution environment further disperses liquidity, reducing depth, increasing slippage, and turning simple swaps into routing problems. Execution quality increasingly depends not on intent, but on where liquidity happens to live.

The issue is not that liquidity is missing.\
It’s that it is **rarely available where and when it is needed**.

EtherlinkDAO exists to address this fragmentation.

Rather than moving, duplicating, or re-incentivizing liquidity, the protocol introduces a different approach: **coordinating access to liquidity across chains** using the **ERC-7683 standard**.

ERC-7683 enables cross-chain intents — orders that describe *what a user wants to do*, without constraining *where the liquidity must be located*. Execution becomes decoupled from liquidity location.

With EtherlinkDAO:

* liquidity remains where it is
* swaps execute where liquidity is most efficient
* users no longer need to reason about chains or fragmentation

EtherlinkDAO positions itself as a **cross-chain execution and routing layer**, capable of accessing and coordinating liquidity **regardless of the chain it resides on**, turning structural fragmentation into unified execution.


---

# 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.etherlink.us/introduction.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.
