> For the complete documentation index, see [llms.txt](https://resources.defirisk.intotheblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.defirisk.intotheblock.com/tashi/dex-liquidity.md).

# DEX Liquidity

**Overview**

This indicator measures the total amount of liquidity available to trade for a specific token within the Forge and Spacefi Decentralized Exchanges (DEXes).

It primarily helps in understanding the market depth and trading environment for a particular token on Forge and Spacefi DEXes. By carefully analyzing liquidity trends, traders and investors can make more informed decisions, manage risks better, and potentially identify new opportunities in the market.

**How can I use it?**

<figure><img src="https://lh7-us.googleusercontent.com/yh8Q1eyzmnOzmeIf2-FPgoMSEE9onYMWTZ7g3mXVjL2tQFI6gX1emk0JzvC_pThhoJdukewDDFWxEBIdJtzzMTPdJyTLtEHGA7qXB6cwPPVGNCkx3ERifM_AP3WWPBQQV-Ho-eZmpbgN26Kc2pHAPKU" alt=""><figcaption></figcaption></figure>

The liquidity indicator is an essential tool in trading, offering a comprehensive view of market dynamics. It enables traders to evaluate the ease of trading a token and estimate the impact of large orders on price, crucial for making informed decisions. Additionally, it serves as a barometer for market sentiment, where high liquidity often signals strong market confidence, and fluctuations can indicate shifts in trader sentiment. By comparing liquidity across various tokens, traders can spot emerging trends and opportunities. This indicator is also vital for risk management, as identifying periods of low liquidity can highlight increased trading risks. Furthermore, for strategic planning, especially in long-term investments, assessing the sustainability of liquidity is key, providing a broader perspective on market health and stability.


---

# 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://resources.defirisk.intotheblock.com/tashi/dex-liquidity.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.
