> For the complete documentation index, see [llms.txt](https://chain-dimension.gitbook.io/dimensionchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-dimension.gitbook.io/dimensionchain/ecological-blueprint/defi-ecosystem.md).

# DEFI Ecosystem

Defi decentralized finance is an important part of Dimension ecology, DimensionChain Defi mainly includes swap, DEX two parts.

&#x20;

**- Dimension Swap**

While ordinary exchanges have the concept of limit orders, and general market makers providing liquidity set prices, in Dimension Swap, a unique AMA mechanism is implemented where market makers only need to provide funds and the rest can be worked out through the mechanism. In Dimension Swap, all users can become market makers, they use their own funds and subsequently receive a share of the trading fees based on the proportion of their deposited assets to the pool.

&#x20;

Dimension Swap: Highly Exciting and Efficient AMM Protocol with Slippage Capture Support

Dimension Swap uses a "constant product market maker model", i.e. x\*y=k, which is a type of automated market maker (AMM) model. At the same time, Dimension Swap improves the design of AMM in terms of slippage capture and can increase revenue for liquidity providers.

In Dimension Swap, the liquidity provider can capture profits that would otherwise be captured by the arbitrageur through a virtual trading curve. In the case of spatial arbitrage, AMM collects 50% of the slippage from the arbitrage trader. This 50% will accumulate in the AMM liquidity pool and be shared by the liquidity provider. The slippage capture feature can spread liquidity up to \~200% compared to DEX's trading commission revenue.

&#x20;

**- DEX**

DimensionDEX is a decentralized exchange built on DimensionChain to facilitate automatic exchange transactions between digital assets. With the digital identity system, users do not need the cumbersome and insecure aspects of centralized exchanges such as registration, identity verification and withdrawal restrictions; they can simply create a Dimension digital identity for one-click operation, and DimensionDEX has an automatic market-making model to calculate transaction prices.


---

# 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:

```
GET https://chain-dimension.gitbook.io/dimensionchain/ecological-blueprint/defi-ecosystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
