> For the complete documentation index, see [llms.txt](https://docs.stakestone.io/stakestone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions.md).

# Frequently Asked Questions

- [How to Create Your Account](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-create-your-account.md)
- [How to Deposit Funds into Your Account](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-deposit-funds-into-your-account.md)
- [How to Send Payments](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-send-payments.md)
- [How to Receive Payments](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-receive-payments.md)
- [How to Set or Clear a Payment Amount](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-set-or-clear-a-payment-amount.md)
- [How to Withdraw Your Funds](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-withdraw-your-funds.md)
- [Which Stablecoins and Chains does Stone Wallet Support?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/which-stablecoins-and-chains-does-stone-wallet-support.md)
- [Managing Notifications](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/managing-notifications.md)
- [Language & Currency Preferences](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/language-and-currency-preferences.md)
- [Is Stone Wallet Secure?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/is-stone-wallet-secure.md)
- [How Stone Wallet Handles Your Data](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-stone-wallet-handles-your-data.md)
- [What if I Lose Access to My Account?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/what-if-i-lose-access-to-my-account.md)
- [Is there a minimum amount for deposits and withdrawals?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/is-there-a-minimum-amount-for-deposits-and-withdrawals.md)
- [Does Stone Wallet take commissions or platform fees?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/does-stone-wallet-take-commissions-or-platform-fees.md)
- [Supported countries & currencies for Deposits & Withdrawals](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/supported-countries-and-currencies-for-deposits-and-withdrawals.md)
- [What if my payment isn’t going through?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/what-if-my-payment-isnt-going-through.md)
- [What is the Stone Wallet referral program?](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/what-is-the-stone-wallet-referral-program.md)
- [Why was I charged but payment failed](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/why-was-i-charged-but-payment-failed.md)


---

# 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.stakestone.io/stakestone/stone-wallet/frequently-asked-questions.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.
