> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uw.stargate.is/llms.txt
> Use this file to discover all available pages before exploring further.

# 04 - Transfer Funds

> Tutorial on How to Transfer Funds as an end user.

We will perform a fund transfer operation where an end user sends funds to another end user using the Universal Wallet platform.

* Sender: (`+234 8123456781`).
* Recipient: (`+234 8123456782`).

<Panel>
  ```mermaid theme={null}
  graph TD
      A[Sender End User] -->|Transfer Funds| B[Recipient End User]
  ```
</Panel>

<Steps>
  <Step title="Log in as End User">
    Head over to the Universal Wallet Demo ([https://uw.stargate.is](https://uw.stargate.is)) and log in with the sender end user account credentials.

    For the purpose of this tutorial, you can use the following demo end user account credentials:

    * **2FA Code:** `2XO537GFER5RUVVWS2ZJXMJ2PD3BL3B7` (to be used in your authenticator app) or scan the QR code below:
          <img src="https://mintcdn.com/interstellar-5816d96c/cJ6hgcBTqSmqbnqG/images/uw_end_user_demo_qr.png?fit=max&auto=format&n=cJ6hgcBTqSmqbnqG&q=85&s=906e0928e009bf88a80aef28177acb8d" alt="End User QR Code" width="200" height="200" data-path="images/uw_end_user_demo_qr.png" />
    * **Phone Number:** `+234 8123456781`
  </Step>

  <Step title="The Wallet Section">
    Once logged in, you will be automatically directed to the Wallet section with your wallet account balance, history and wallet operations.

    <img src="https://mintcdn.com/interstellar-5816d96c/cJ6hgcBTqSmqbnqG/images/uw_end_user_wallet.png?fit=max&auto=format&n=cJ6hgcBTqSmqbnqG&q=85&s=511fcdd3a2803b8d40287d2b34b35bb7" alt="Wallet Section" width="1448" height="964" data-path="images/uw_end_user_wallet.png" />
  </Step>

  <Step title="Select 'Send'">
    In the Wallets section, locate and click on the "Send" button to start the fund transfer process.
  </Step>

  <Step title="Enter Transfer Details">
    Fill in the required details for the fund transfer transaction, including:

    * Amount
    * Recipient's Phone Number (`+234 8123456782`)
    * Check the fees associated with the transfer.
          <img src="https://mintcdn.com/interstellar-5816d96c/cJ6hgcBTqSmqbnqG/images/uw_new_transfer_form.png?fit=max&auto=format&n=cJ6hgcBTqSmqbnqG&q=85&s=7af7e9ad41ef705826955a85b8ee8f06" alt="New Transfer Form" width="1448" height="964" data-path="images/uw_new_transfer_form.png" />
  </Step>

  <Step title="Confirm and Transfer Funds">
    Review the transfer details you have entered. If everything looks correct, click on the "Approve" button to complete the fund transfer process.

    <img src="https://mintcdn.com/interstellar-5816d96c/cJ6hgcBTqSmqbnqG/images/uw_transfer_confirmation.png?fit=max&auto=format&n=cJ6hgcBTqSmqbnqG&q=85&s=7f6be4a65a8acafc0095c026d27d9a06" alt="Transfer Confirmation" width="1448" height="964" data-path="images/uw_transfer_confirmation.png" />
  </Step>

  <Step title="Verify Transfer Transaction">
    After completing the fund transfer, navigate to your transaction history to verify that the transfer transaction has been successfully processed and your balance has been updated.

    <img src="https://mintcdn.com/interstellar-5816d96c/cJ6hgcBTqSmqbnqG/images/uw_end_user_transaction_history.png?fit=max&auto=format&n=cJ6hgcBTqSmqbnqG&q=85&s=7f68f04c1baa95a1f2441e73d0b871bb" alt="Transaction History" width="1448" height="964" data-path="images/uw_end_user_transaction_history.png" />
  </Step>
</Steps>
