> For the complete documentation index, see [llms.txt](https://docs.spacetoken.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetoken.tech/progress-and-milestones/2025/q1-2025.md).

# Q1 2025

### Space Token

* Space Token Fantom to Sonic migration started:
  * New xSPACE Contract on Sonic: [0x841aef70237a88027ccb2d15c1bbaf88a669674a](https://sonicscan.org/token/0x841aef70237a88027ccb2d15c1bbaf88a669674a)
  * Users can migrate their SPACE from Fantom to Sonic at 1:1 by using our new Hyperlane Bridge: <https://bridge.spacetoken.tech>
  * Sonic Liquidity Pool deployed on Uniswap V3. Trading is currently available on the new Uniswap V3 UI named Oku.trade
  * Get all details about the migration on our [Discord Post](https://discord.com/channels/837632716862128131/839924736050200606/1337488636165230685)
* New SPACE Bridge launched with Hyperlane: <https://bridge.spacetoken.tech>
* New all-in-one cross-chain UI launched to simply add or remove liquidity on SPACE pools: <https://liquidity.spacetoken.tech>
* SPACE contract migration completed on Final Autoclaim.
* [SpaceStake](https://spacestake.tech) mainnet services launched on:
  * Juno
  * Kopi
  * KYVE
  * IrisNet
  * Kava
  * Zetachain


---

# 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.spacetoken.tech/progress-and-milestones/2025/q1-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.
