> ## 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.

# 05 - Cash Out (Wallet)

> Learn how to cash out funds from your wallet

In this tutorial, you will learn how to perform cash out operations as an **end user** using the Universal Wallet platform.

<Panel>
  ```mermaid theme={null}
  graph TD
      A[End User] -->|Cash Out| B[Agent]
  ```
</Panel>

We are going to perform a cash out operation where an end user withdraws funds from their wallet through an agent.

The end user we will be using for this tutorial is a demo end user account with the mobile phone number `+234 8123456781`.
And the agent we will be cashing out through is a demo agent account (`+234 8123456780`) created in the [Onboard New Agents](./onboard-new-agents.mdx) tutorial.

<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 an end user account credentials.

    For the purpose of this tutorial,  we will use the demo end user account `+234 8123456781` which has been funded in the [Cash In](./cash-in.mdx) tutorial.
  </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/nd_BC1M_m4dpvZlC/images/uw_end_user_wallet_cashout.png?fit=max&auto=format&n=nd_BC1M_m4dpvZlC&q=85&s=80984dac48ab534001eb5e981b3a62dd" alt="Wallet Section" width="1448" height="966" data-path="images/uw_end_user_wallet_cashout.png" />
  </Step>

  <Step title="Select 'Cash Out'">
    In the Wallets section, locate and click on the "Cash Out" button to start the cash out process.
  </Step>

  <Step title="Enter Cash Out Details">
    Fill in the required details for the cash out transaction, including:

    * Amount
    * Agent's Phone Number (`+234 8123456780`)
    * Check the fees associated with the cash out.
          <img src="https://mintcdn.com/interstellar-5816d96c/nd_BC1M_m4dpvZlC/images/uw_new_cash_out_form.png?fit=max&auto=format&n=nd_BC1M_m4dpvZlC&q=85&s=f5aaa8390a9ea7214ed2196e5499f748" alt="New Cash Out Form" width="1448" height="966" data-path="images/uw_new_cash_out_form.png" />
  </Step>

  <Step title="Confirm and Cash Out">
    Review the cash out details you have entered. If everything looks correct, click on the "Approve" button to complete the cash out process.

    <img src="https://mintcdn.com/interstellar-5816d96c/NBG_7P3_q2f7lHc_/images/uw_cash_out_confirmation.png?fit=max&auto=format&n=NBG_7P3_q2f7lHc_&q=85&s=9dae8943bb29287d83151f9daf57e08b" alt="Cash Out Confirmation" width="1448" height="966" data-path="images/uw_cash_out_confirmation.png" />
  </Step>

  <Step title="Verify Cash Out Transaction">
    After completing the cash out, navigate to your transaction history to verify that the cash out transaction has been successfully processed and your balance has been updated.

    <img src="https://mintcdn.com/interstellar-5816d96c/NBG_7P3_q2f7lHc_/images/uw_end_user_transaction_history_cash_out.png?fit=max&auto=format&n=NBG_7P3_q2f7lHc_&q=85&s=219556f769d5267ab5953908263d786d" alt="Transaction History" width="1448" height="966" data-path="images/uw_end_user_transaction_history_cash_out.png" />
  </Step>
</Steps>
