# Migrating RDNT v1 to v2

Radiant v1 officially **sunset on October 30, 2024**, following the ratification of [**RFP-43**](https://snapshot.box/#/s:radiantcapital.eth/proposal/0x726387faef57c08ae9a64dd6cbdbaa1e795d9d5a77ee347497c159409352b64b). From that date forward, the v1 frontend became inaccessible. Any interaction with v1 contracts must now be done through **direct smart contract interaction**.

The migration wizard created for the transition has been **deprecated and is no longer funded**. As a result, the only available method to migrate v1 RDNT to the current version is via SushiSwap or any other available pool:

1. **Swap v1 RDNT → WETH**: <https://www.sushi.com/arbitrum/swap?token0=0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017&token1=NATIVE>
2. **Swap WETH → v2 RDNT**: <https://www.sushi.com/arbitrum/swap?token0=NATIVE&token1=0x3082cc23568ea640225c2467653db90e9250aaa0>

#### Relevant Contract Addresses

* **v1 RDNT**: `0x0C4681e6C0235179ec3D4F4fc4DF3d14FDD96017`
* **v2 RDNT**: `0x3082CC23568eA640225c2467653dB90e9250AaA0`

After migrating to v2 RDNT, users should confirm that no funds remain in v1 money markets. Any remaining balances must be withdrawn manually ([Withdraw v1 Funds Guide](https://docs.radiant.capital/radiant/navigation/withdrawing-funds-from-v1)).


---

# Agent Instructions: 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:

```
GET https://docs.radiant.capital/radiant/navigation/migrating-rdnt-v1-to-v2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
