> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/deposit-and-withdraw/fiat.md).

# Fiat

Our fiat solution enables you to deposit and withdraw USD via SWIFT wire transfers directly to and from your personal bank account, providing seamless global fiat access (subject to jurisdictional restrictions).

***

### Is this service available in all countries?

Due to regulatory requirements, our fiat services are not available in certain jurisdictions. Please refer to the list below for countries and regions where fiat deposits and withdrawals are currently not supported:

* Afghanistan
* Belarus
* Central African Republic
* Crimea / Sevastopol Region / Luhansk / Donetsk / Kherson / Zaporizhzhia / Dnipropetrovsk Oblast / Kharkiv Oblast
* Cuba
* Democratic People’s Republic of Korea (North Korea)
* Democratic Republic of the Congo
* Gaza
* Iran
* Libya
* Myanmar (Burma)
* Nicaragua
* Russian Federation
* South Sudan
* Syria
* United States
* UAE
* Venezuela
* Zimbabwe

***

### Can I link a business bank account?

Individual accounts must use personal bank accounts only. For business accounts, onboarding as a corporate client is required. Contact support for assistance.

***

### Can I use fintech platforms (e.g., Wise, Revolut)?

Yes, but only if:

* The account is in your name
* The platform supports named SWIFT USD transfers
* The transfer isn't from a pooled or anonymous account

Note: These platforms may reject transactions based on their own policies.

***

### Will I need to provide additional documentation?

To comply with regulatory and banking partner requirements, you may be asked to provide extra information such as:

* Proof of source of funds (e.g., recent bank statement)
* Purpose of transaction (e.g., “crypto trading”)
* Any other compliance-related documents

\
Please respond promptly to avoid processing delays.


---

# 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://support.backpack.exchange/exchange/deposit-and-withdraw/fiat.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.
