> For the complete documentation index, see [llms.txt](https://tokenlon.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://tokenlon.gitbook.io/docs/docs.en/blog/whatsnew/market-update/2022/0505.md).

# 05/05 Market Update: DeFi tokens rise sharply in the last 24h

According to 5th May data from CoinGecko, the market seems to be picking up.&#x20;

BTC is at $39,684 and rose 4.7% in the last 24h. ETH also experienced an increase in the last 24h and is at $2,948.

Interestingly, DeFi tokens have risen sharply in the last 24h, with different price changes as shown in the table below.

<table><thead><tr><th width="190.42092145450357">Name</th><th width="182.83284072091388">Price</th><th width="186.13227288652124">24h</th><th>7d</th></tr></thead><tbody><tr><td>UNI</td><td>$7.98</td><td>+15.8%</td><td>-2.7%</td></tr><tr><td>LINK</td><td>$12.20</td><td>+8.8%</td><td>-4.1%</td></tr><tr><td>CRV</td><td>$2.63</td><td>+21.9%</td><td>+6.1%</td></tr><tr><td>AAVE</td><td>$161.38</td><td>+13.7%</td><td>-4.3%</td></tr><tr><td>SUSHI</td><td>$2.60</td><td>+10.7%</td><td>-13.5%</td></tr><tr><td>1INCH</td><td>$1.28</td><td>+8.5%</td><td>-3.1%</td></tr><tr><td>LON</td><td>$1.02</td><td>+2.4%</td><td>+6.4%</td></tr></tbody></table>

Please note that digital assets are highly volatile and unpredictable. Do your research before trading.

Tokenlon team,

2022.05.05


---

# 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://tokenlon.gitbook.io/docs/docs.en/blog/whatsnew/market-update/2022/0505.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.
