> For the complete documentation index, see [llms.txt](https://reverse-inc.gitbook.io/reverse-economy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reverse-inc.gitbook.io/reverse-economy/guides/banking-system-guide.md).

# Banking System Guide

Reverse Economy's banking system allows users to manage virtual currency within the Discord server. Users can deposit, withdraw, and transfer funds, simulating real-life banking interactions in a digital environment.

***

{% hint style="info" %}
For this guide you must own the PayPal app. You can buy it from the app shop using <mark style="color:yellow;">/shop apps buy</mark>.
{% endhint %}

## Getting started

To create a bank account you will have to own a email (for that check the [Email System Guide](/reverse-economy/guides/email-system-guide.md)).

### Creating a bank account

With your email ready use <mark style="color:yellow;">/paypal register</mark>. Once the modal pops up fill all information that are required (all information from you can be made up (except the email you have created)). Make sure to note down the information in the final confirmation message.

### Verifying your bank account

After registering a bank account you will have to verify it. The confirmation message will explain how to continue -> Using the <mark style="color:yellow;">/email list inbox</mark> command and copying the Email-ID, viewing the verification email by using <mark style="color:yellow;">/email view</mark> [<mark style="color:yellow;">\<email-id></mark>](#user-content-fn-1)[^1] and copying the verification code. Verify your bank account with <mark style="color:yellow;">/paypal account verify</mark> [<mark style="color:yellow;">\<verify-code></mark>](#user-content-fn-2)[^2] and it is done.

If not verified in time your bank account will automatically be deleted 5 minutes after it was created.&#x20;

## Transfering funds

To transfer money from one bank account to another you will have to use <mark style="color:yellow;">/paypal send</mark> [<mark style="color:yellow;">\<username></mark>](#user-content-fn-3)[^3] [<mark style="color:yellow;">\<amount></mark>](#user-content-fn-4)[^4]. This will be logged into your bank account -> You can check your bank account's all-time transactions with <mark style="color:yellow;">/paypal account show value:Last Transactions</mark>.

[^1]: The Email-ID of the verification email.

[^2]: The verification code from the verification email.

[^3]: The username of the targets bank account.

[^4]: The amount of money you want to transfer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://reverse-inc.gitbook.io/reverse-economy/guides/banking-system-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
