> For the complete documentation index, see [llms.txt](https://j1tfyi.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://j1tfyi.gitbook.io/docs/core-concepts-and-mechanics/problems-in-the-current-ecosystem.md).

# Problems in the Current Ecosystem

{% stepper %}
{% step %}

### Token Hyperinflation

Numerous cryptocurrency projects employ mechanisms that continuously increase the total supply of their tokens. This can occur through staking rewards, mining incentives, or poorly designed emission schedules that outpace actual demand and utility. The result is often a consistent downward pressure on the token's price as the increasing supply dilutes the value held by existing holders. This "hyperinflation" can be particularly damaging for projects lacking significant real-world adoption or revenue generation to offset the increasing supply.
{% endstep %}

{% step %}

### Fragmented Liquidity Across Blockchains

As the multichain ecosystem expands, liquidity becomes increasingly siloed across various layer-1 and layer-2 networks. Each blockchain typically maintains its liquidity pools, token standards, and infrastructure, which results in inefficient capital allocation, with idle assets trapped on non-dominant chains. It also promotes a poor user experience as participants must constantly bridge assets and navigate multiple protocols to access opportunities. This fragmentation stifles composability and reduces the overall effectiveness of decentralized capital markets.
{% endstep %}

{% step %}

### Inaccessible Arbitrage Opportunities

Arbitrage is a key driver of market efficiency in financial systems. However, in the current DeFi environment, price discrepancies across chains and protocols persist due to latency and liquidity segmentation. High fees, slow bridges, and fragmented tooling prevent most users from capitalizing on these opportunities. Also, to effectively engage in arbitrage in the cryptocurrency market typically requires significant technical expertise. Traders need to monitor multiple markets in real-time and have the infrastructure to execute trades rapidly.
{% endstep %}
{% endstepper %}


---

# 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://j1tfyi.gitbook.io/docs/core-concepts-and-mechanics/problems-in-the-current-ecosystem.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.
