# Final Withdrawals and Rewards Claim

### 📝 Manual Guide For Users with Pending Vault Funds or Unclaimed Rewards

This guide explains how users can manually withdraw their funds and claim any unexpired rewards from Bluefin Vaults via **SuiScan**.

***

## 💰Withdraw Funds from Vault

### 🪜 Step 1: Open the Bluefin Vault Contract

1. Visit the following SuiScan link:

   <https://suiscan.xyz/mainnet/object/0xa41e9adc88dbc732d9df1a2e47d6d646a3258153a7a709274d8db23013502abb/contracts>
2. On the page, click on the **“Contracts”** tab.
3. Under the **“Bluefin vault”** section, locate the **`final_withdrawal`** method in the right-hand sidebar.

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

***

### 🪜 Step 2: Based on your preferred vault, enter the Parameters

Depending on the vault from which you want to withdraw, use the parameters below.

#### Blue Vault

* **Type0:**

  ```
  0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE
  ```
* **Arg0:**

  ```
  0xe567f041b313134fdd241c57cb10cfc5b54ca36cc91643308c34bbbafefd960a
  ```

#### Aqua (wUSDC) Vault

* **Type0:**

  ```
  0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN
  ```
* **Arg0:**

  ```
  0x10d48e112b92c8af207c1850225284a7ca46bac1d935c4af4cf87ce29b121694
  ```

***

### 🪜 Step 3: Connect Your Wallet

1. Click **“Connect Wallet”** on SuiScan.
2. Approve the connection request in your wallet (e.g., Slush Wallet).

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

***

### 🪜 Step 4: Execute the Withdrawal

1. After connecting the wallet and entering the correct parameters, click **“Execute”**.

<figure><img src="/files/9TRffPb9SFjREcXEogMV" alt="" width="375"><figcaption></figcaption></figure>

2. A wallet popup will appear — review and **sign the transaction**.

<figure><img src="/files/32eMvZuIa40rYxtSKnjM" alt="" width="369"><figcaption></figcaption></figure>

***

### 🪜 Step 5: Approve the Transaction

* After Reviewing, approve the transaction
* Once transaction is successful, the withdrawn amount (shown in the popup) will be transferred directly to your wallet.
* You’ll see the **Transaction Digest** on the screen.
* use the link and view the transaction details on SuiScan.

<figure><img src="/files/ILE4N3e3VV7ag0sB0d8h" alt="" width="563"><figcaption></figcaption></figure>

***

✅ **You’ve successfully withdrawn your vault funds**

## 💰Claim Un-expired Rewards

### 🪜 Step 1: Open the Distributor Contract

1. Visit the following SuiScan link:

   <https://suiscan.xyz/mainnet/object/0xa41e9adc88dbc732d9df1a2e47d6d646a3258153a7a709274d8db23013502abb/contracts>
2. On the page, click on the **“Contracts”** tab.
3. Under the **“Distributor”** section, locate the **`Final_rewards_claim`** method in the right-hand sidebar.

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

***

### 🪜 Step 2: Based on the preferred Reward Type, enter the Parameters

Depending on the rewards you want to claim, use the parameters below.

#### Blue Rewards

* **Type0:**

  ```
  0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE 
  ```
* **Arg0:**

  ```
  0x04d3f40f9fde19fbae88b8c5e9f47f138449965a90ac9ab3d14b0eb5bc286fb6
  ```
* **Arg1:**

  ```
  recipient address (your wallet address against which you have earned 
  rewards)
  ```
* **Arg2:**

  ```
  0x6
  ```

#### Sui Rewards

* **Type0:**

  ```
  0x2::sui::SUI
  ```
* **Arg0:**

  ```
  0x1804f805e8092bec36172e41dccf850bddb9f8565bbd357b432d6b8b347a1d4c
  ```
* **Arg1:**

  ```
  recipient address (your wallet address against which you have earned 
  rewards)
  ```
* **Arg2:**

  ```
  0x6
  ```

***

### 🪜 Step 3: Connect Your Wallet

1. Click **“Connect Wallet”** on SuiScan.
2. Approve the connection request in your wallet (e.g., Slush Wallet).

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

***

### 🪜 Step 4: Execute the Withdrawal

1. After entering the correct parameters, click **“Execute”**.

<figure><img src="/files/a2I0ZbGbitDai2Wt3oZR" alt="" width="375"><figcaption></figcaption></figure>

2. A wallet popup will appear — review and **sign the transaction**.

<figure><img src="/files/kf375aIvo3L2Woycvw7J" alt="" width="369"><figcaption></figcaption></figure>

### 🪜 Step 5: Approve the Transaction

* After reviewing, approve the transaction
* Once successful, the withdrawn amount (shown in the popup) will be transferred directly to your wallet.
* You’ll also see the **Transaction Digest** on the screen.
* use the link and view the transaction details on SuiScan.

<figure><img src="/files/o6GB9MAwoM1HucaccW4C" alt="" width="563"><figcaption></figcaption></figure>

***

✅ **You’ve successfully claimed your unexpired rewards**


---

# 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://learn.bluefin.io/bluefin/bluefin-rewards-programs/legacy-vaults/final-withdrawals-and-rewards-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.
