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

# 06 - Honor Cash Out (Agent)

> Learn how to honor cash out requests as an agent

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

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

We are going to honor a cash out operation where an agent processes a cash out request made by an end user.

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 Agent">
    Head over to the Universal Wallet Demo ([https://uw.stargate.is](https://uw.stargate.is)) and log in with the agent account credentials provided in the [Onboard New Agents](./onboard-new-agents.mdx) tutorial.

    For the purpose of this tutorial, log in with the demo agent account `+234 8123456780` created in the [Onboard New Agents](./onboard-new-agents.mdx) tutorial.
  </Step>

  <Step title="Navigate to the Operations tab">
    Once logged in, navigate to the Operations section by clicking on the "Operations" tab in the main navigation menu.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw_agent_operations_cashouts.png" alt="Operations Section" />
  </Step>

  <Step title="Select 'Pending Cash Outs'">
    In the Operations tab, locate and click on the "Pending Cash Outs" button to view all cash out requests that need to be honored, and click on process.
  </Step>

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

    * Select the cash out request made by the end user with phone number (`+234 8123456781`).
    * Verify the Amount
    * Any additional notes if necessary.
          <img src="https://mintcdn.com/interstellar-5816d96c/NBG_7P3_q2f7lHc_/images/uw_honor_cash_out_form.png?fit=max&auto=format&n=NBG_7P3_q2f7lHc_&q=85&s=b8952d2943289f29bb73183a2853fbc8" alt="Honor Cash Out Form" width="1448" height="966" data-path="images/uw_honor_cash_out_form.png" />
  </Step>

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

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

  <Step title="Verify Honored Cash Out Transaction">
    After honoring 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_operations_history_cashouts.png?fit=max&auto=format&n=NBG_7P3_q2f7lHc_&q=85&s=c7ec5a3b87b76227efb1d5680a2ce629" alt="Transaction History" width="1448" height="966" data-path="images/uw_operations_history_cashouts.png" />
  </Step>
</Steps>
