> For the complete documentation index, see [llms.txt](https://0fiat.gitbook.io/0fiat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0fiat.gitbook.io/0fiat/getting-started/faqs.md).

# FAQs

**Q. What are the fees for 0Fiat?**&#x20;

0Fiat charges no hidden fees. Zero issuance, zero transaction and zero maintenance fees.&#x20;

**Q. Is 0Fiat Safe to use?**&#x20;

Yes, 0Fiat uses industry standard security to ensure your data and your funds remain protected.&#x20;

**Q. Where can I download the extension from?**&#x20;

You can download the official extension from Google Chrome Webstore or by clicking here.&#x20;

**Q. Are there limits or spend caps on purchases?**&#x20;

Yes, certain merchants restrict spending via crypto. You can find the detailed list of spend caps for merchants here.&#x20;

**Q. Do you currently have a token?**&#x20;

No, we currently do not have a token.&#x20;

**Q. Is there an official app on the Apple Appstore or Google Playstore?**&#x20;

No. We plan to introduce this soon. We currently have an official chrome extension.

**Q. Do I need to buy crypto card for transactions on 0Fiat?**&#x20;

No, you can transact by connecting your wallet directly.&#x20;

<br>


---

# 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://0fiat.gitbook.io/0fiat/getting-started/faqs.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.
