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

# 03 - Cash In

> Tutorial on How to Cash In as an agent.

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

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

We are going to perform a cash in operation where an agent  adds funds to an end user's wallet.

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

<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, you can use the following demo agent account credentials:

    * **2FA Code:** `SHDHTVOZGDG6EKKFJ77HU6KZNQUNJ4N3` (to be used in your authenticator app) or scan the QR code below:
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw-agent-demo-qr.png" alt="Agent QR Code" />
    * **Phone Number:** `+234 8123456780`
  </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.png" alt="Operations Section" />
  </Step>

  <Step title="Select 'New Operation'">
    In the Operations tab, locate and click on the "New Operation" button to start the cash in process.
  </Step>

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

    * Operation Type (select "Cash In")
    * Amount
    * End User's Phone Number (`+234 8123456781`)
          <img src="https://mintcdn.com/interstellar-5816d96c/cVeavmGxytG5L6vO/images/uw_new_cash_in_form.png?fit=max&auto=format&n=cVeavmGxytG5L6vO&q=85&s=1b9a58900c4fa8e909aad11188208175" alt="New Cash In Form" width="1448" height="964" data-path="images/uw_new_cash_in_form.png" />
  </Step>

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

    <img src="https://mintcdn.com/interstellar-5816d96c/cVeavmGxytG5L6vO/images/uw_cash_in_confirmation.png?fit=max&auto=format&n=cVeavmGxytG5L6vO&q=85&s=6a1e409299a17543a8df7e62e2055081" alt="Cash In Confirmation" width="1448" height="964" data-path="images/uw_cash_in_confirmation.png" />
  </Step>

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

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