> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/getting-started/on-and-off-ramp/bridge-off-ramp.md).

# Bridge Off-Ramp

Squads users can now seamlessly off-ramp USDC to their business bank account with multiple options through [Bridge](https://www.bridge.xyz/) Off-Ramp.

1. [How It Works](#how-it-works)
2. [Options And Fees](#options-and-fees)
3. [User Eligibility](#user-eligibility)

### How It Works

To access Bridge Off-Ramp:

* Navigate to your Dashboard
* Select "Send"
* Choose "Off-ramp"
* Select "Bridge"
* Complete the KYB process to verify eligibility

### Options And Fees

Multiple transfer methods are available.

**Wire Transfer**

* Fee: $20 + 0.5%
* Settlement: Within 1 business day (fastest option)

**ACH Same Day**

* Fee: $1 + 0.5%
* Settlement: Within 1 business day

**Standard ACH**

* Fee: $0.50 + 0.5%
* Settlement: 2-3 business days

**SEPA Transfer**

* Fee: $1.00 + 0.5%
* Settlement: 1-5 business days

### User Eligibility

**Availability**

Bridge Off-Ramp services are currently limited to business entities through a dedicated KYB verification. Individual user verification (KYC) is not supported at this time.\
\
Geographically, Bridge Off-Ramp is available to most users in the US, Canada, UK, and Europe.\
\
**Restrictions**\
\
For US residents, the service is unavailable for those with principal resident or operating addresses in New York, Florida, Alaska, and Louisiana. Bridge Off-Ramp is also not available for those with principal resident or operating addresses in the countries listed below.&#x20;

* Afghanistan
* Albania
* Algeria
* Bangladesh
* Belarus
* Central African Republic
* China
* Cuba
* Democratic Republic of the Congo
* Eritrea
* Ethiopia
* Gaza Strip
* Iran
* Iraq
* Kenya
* Kosovo
* Lebanon
* Libya
* Mali
* Morocco
* Myanmar
* Nepal
* Nicaragua
* Niger
* North Korea
* North Macedonia
* Pakistan
* Qatar
* Russian Federation
* Slovenia
* Somalia
* South Sudan
* Sudan
* Syria
* Ukraine
* Venezuela
* West Bank
* Yemen
* Zimbabwe


---

# 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.squads.so/main/getting-started/on-and-off-ramp/bridge-off-ramp.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.
