> For the complete documentation index, see [llms.txt](https://docs.squads.so/squads-v3-docs/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/squads-v3-docs/integrations/coinflow.md).

# Coinflow

{% hint style="info" %}
Squads users can off-ramp assets directly to their bank accounts.&#x20;

(Currently only for the US)
{% endhint %}

## What is Coinflow?

Coinflow develops software bridging conventional finance & blockchain tech, enabling users to purchase digital assets & services using standard payment methods. With top-tier US bank collaborations, Coinflow provides instant 24/7 crypto off-ramping to user bank accounts.

## How to off-ramp assets to a bank account?

**To off-ramp assets to a business's bank account:**

1. Navigate to the "Vault" tab and click on the "Off-ramp" button.&#x20;

<figure><img src="/files/rosojFQpnUKeHgSQZzpD" alt=""><figcaption><p>Off-ramp feature</p></figcaption></figure>

2. Select "Business" in the pop-up.&#x20;

<figure><img src="/files/Ab40TyyizPyADUHaRP6W" alt=""><figcaption><p>Off-ramp feature</p></figcaption></figure>

3. Fill in the following info about your business:&#x20;

* Legal business name&#x20;
* US Tax ID number&#x20;
* Company website
* Business address
* Your name and e-mail&#x20;

4. Click submit. Coinflow will transfer funds to your bank account after processing your request.

**To off-ramp assets to your individual bank account:**

1. Navigate to the vault tab and click on the "Off-ramp" button.&#x20;

<figure><img src="/files/Ab40TyyizPyADUHaRP6W" alt=""><figcaption><p>Off-ramp feature</p></figcaption></figure>

2. Select "Person" in the pop-up.&#x20;
3. Fill in the personal information:

* Name and Last name
* Address
* Birthday&#x20;
* E-mail
* Last 4 of SSN number

4. Click "Complete verification". Coinflow will transfer funds to your bank account after processing your request.


---

# 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/squads-v3-docs/integrations/coinflow.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.
