> For the complete documentation index, see [llms.txt](https://faq.wanttopay.net/wanttopay-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wanttopay.net/wanttopay-app/english/general-questions/internal-wallet..md).

# Internal Wallet.

**The Wanttopay Internal Wallet** is the safest way to store funds within the service.\
It is not directly linked to a card and is designed to protect your balance in case of temporary technical issues on the card provider’s side.

Funds stored in the internal wallet can be used **at any time** to top up **Easy, Smart, and Pro** cards — **with no fees**.

***

### ❓ Frequently Asked Questions

#### Is there a fee for topping up a card from the internal wallet?

**No.** Card top-ups from the internal wallet are processed **with zero fees**.

***

#### How long does it take for funds to be credited to the card?

**Instantly.** Funds are credited to the card immediately after the operation is confirmed.

***

#### Can I keep funds in the internal wallet on a long-term basis?

**Yes.** You may use the internal wallet as your primary or reserve balance and transfer funds to your card whenever it is convenient.

***

#### Is the internal wallet safer than keeping funds on a card?

**Yes.** Funds stored in the internal wallet are not dependent on the availability of external card providers and remain accessible even during temporary technical disruptions.

***

#### Which cards can be topped up from the internal wallet?

The internal wallet can be used to top up cards under the **Easy, Smart, and Pro** plans.

***

#### Where can I top up my card from the internal wallet?

Via **@WanttopayBot**:

1. Select your card
2. Tap “Top up”
3. Choose the internal wallet as the funding source

***

#### Are there any limits on top-ups from the internal wallet?

Limits depend on your card plan and current service conditions.\
All applicable limits are displayed in the interface before confirming the transaction.

***

#### What happens if my card is temporarily unavailable?

Your funds remain safely stored in the internal wallet and are **not lost**.\
Once card services are restored, you can use your funds without any additional action.


---

# 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://faq.wanttopay.net/wanttopay-app/english/general-questions/internal-wallet..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.
