> For the complete documentation index, see [llms.txt](https://docs.thefiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thefiva.com/fiva-basics/how-to-use-application.md).

# How to Use Application

Getting started with FIVA is simple. Just follow these 3 easy steps:

## Step 1: Set Up Your Wallet

<figure><img src="/files/xcHM1kgciNJrWhvStIJ5" alt="" width="214"><figcaption></figcaption></figure>

**What's a wallet?** It's like your digital bank account for storing money on blockchain.

1. Open FIVA
2. Tap **"Connect Wallet"**
3. If you don't have one, tap "Create New Wallet" and follow the steps

Done! Now you're ready to start earning.

## Step 2: Make Your First Deposit

Start earning higher returns on your money in just a few simple steps:

1. **Choose what to deposit** (USDT, TON)

<figure><img src="/files/QiWzf3FD3RAcr5XBlOF1" alt="" width="168"><figcaption></figcaption></figure>

2. **Enter the amount** you want to save
3. **Check your returns** - FIVA shows exactly what you'll earn

<figure><img src="/files/yfpTDzxHYCWJ73Y7GkF5" alt="" width="166"><figcaption></figcaption></figure>

4. **Want different options?** Click "Provider" or "Return Date" to change terms
5. **Tap "Confirm"** to complete

Your money starts earning immediately!

## Step 3: Withdraw Your Money

You can get your money back anytime, even before your savings term ends.

1. **Go to "Deposits"** in the app

<figure><img src="/files/KEd1pSm5CvtahLMphXuY" alt="" width="166"><figcaption></figcaption></figure>

2. **Pick your deposit** - you'll see all your active savings
3. **Tap "Withdraw"** - this starts the withdrawal process

<figure><img src="/files/Jivfsyf8uKkCqNLNbRZK" alt="" width="169"><figcaption></figcaption></figure>

4. **Withdraw** - tap to complete and get your money back

Your money arrives in minutes. That's it - quick and simple whenever you need your money back!


---

# 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://docs.thefiva.com/fiva-basics/how-to-use-application.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.
