> For the complete documentation index, see [llms.txt](https://docs.zombie-network.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zombie-network.fi/english/notice/problems.md).

# DeFi Problems & Zombie Networks

In many cases, existing DeFi services also offer high returns. However, most of them experience that the token price rises sharply in the early days of service opening, and the price significantly declines not long after. Therefore, although they can provide very high rate of return, there is always a situation where most of the non-initial enterers lose money due to the drop of token price. These DEFI services have resulted in inflation by excessively issuing the token to provide high returns. There are many cases that the initial enterers or a large amount of token holders have caused a sharp change in market prices by selling a token at a time at some point.

The Zombie Network runs several institutional systems that can defend the drop of the token price under the tokenomics structure, and the token has the property of the deflationary token, which gradually decreases the amount of distributed token. In addition, it is designed to reduce the market influence of some participants who hold a large amount of tokens, by making them pay up to 50% of the tax and contribute to the continuous growth of the network through the introduction of the Whale Tax. [(\[Note\] Features of Zombie Network > Deflationary Token)](/english/features/deflationary.md)


---

# 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.zombie-network.fi/english/notice/problems.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.
