> For the complete documentation index, see [llms.txt](https://docs.kaiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaiko.com/whats-new/2025/may-2025.md).

# May 2025

**2025-05-08**

### Mapping Update

* Asset code "MYX" is now assigned to MYX Finance. MYX Network has been re-assigned to use code "MYXN"

**2025-05-15**

### Mapping Update

* Instruments for ebtc.finance (0x661c70333aa1850ccdbae82776bb436a0fcfeefb) have been updated to use Asset Code "EBTCF"

**2025-05-16**

### Mapping Update

* Asset code "A" is now assigned to Vaulta. Instruments referring to Alpha Token have been remapped to use the asset code "ALPHAT".
* Asset code "BOLD" is now assigned to the V2 Liquity BOLD Token (0x6440f144b7e50d6a8439336510312d2f54beb01d). Instruments referring to the Legacy Token (0xb01dd87b29d187f3e3a4bf6cdaebfb97f3d9ab98) have been remapped to use the asset code "BOLDV1".


---

# 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.kaiko.com/whats-new/2025/may-2025.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.
