# Claim

The Claim feature enables recovering unclaimed assets from discontinued services on WEMIX.Fi. This guide walks through checking and withdrawing remaining balances from legacy services.

{% hint style="info" %}

#### Prerequisites

Required items for Claim:

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* Assets deposited in discontinued services
* Native WEMIX to pay network transaction fees
  {% endhint %}

***

{% stepper %}
{% step %}

## Accessing Claim

<figure><img src="/files/KFMMMLvPHR1lGY5r2mO5" alt=""><figcaption></figcaption></figure>

* Connect a wallet to WEMIX.Fi and navigate to the Claim page.

<figure><img src="/files/VF5jxtPiHXHxq7iTxmCL" alt=""><figcaption></figcaption></figure>

* The interface displays available assets from discontinued services associated with the connected wallet.

<figure><img src="/files/vbQ1VgukB5gOgASZ1qK3" alt=""><figcaption></figcaption></figure>

* If no claimable assets exist, the list remains empty.
  {% endstep %}

{% step %}

## Viewing Claimable Assets

<figure><img src="/files/y7E1qp7v0Blb9vivfhas" alt=""><figcaption></figcaption></figure>

* The Claim page lists all discontinued services with remaining balances. Discontinued services include:
  * GRAND Staking
  * DIOS Staking
  * Lend & Borrow
  * Legacy Pool positions
* For each service, the interface displays:
  * **Pool**: The specific service or pool name
  * **Total Deposit**: Original deposit amount
  * **Outstanding Balances**: Current claimable balance
    {% endstep %}

{% step %}

## Withdrawing Assets

<figure><img src="/files/XESeTkqLzj6HuUfJ7CjW" alt=""><figcaption></figcaption></figure>

* Review the outstanding balances for each discontinued service. Select the Withdraw button next to the service to recover the assets.
  {% endstep %}

{% step %}

## Executing the Transaction

<figure><img src="/files/HFB17QacXqM8zd0pcuf4" alt=""><figcaption></figcaption></figure>

* Review the withdrawal details and confirm.

<figure><img src="/files/H4I9Y9CAoXG3uKK2TrhG" alt=""><figcaption></figcaption></figure>

* The wallet requests approval to process the withdrawal. After approval, the transaction processes on the blockchain.

<figure><img src="/files/wu23cqBVpNLnDP1hQgle" alt=""><figcaption></figcaption></figure>

* A confirmation notification appears upon successful completion, and recovered assets are transferred to the wallet.
  {% endstep %}
  {% endstepper %}


---

# 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.wemix.fi/guides/claim.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.
