# Funding Abstraction

Funding Abstraction handles the "first mile" and "last mile" of payments — how money enters the Fast network and how it exits to traditional finance.

Agents and users shouldn't need to think about acquiring crypto, managing exchange accounts, or navigating fiat rails. Funding Abstraction provides a single interface: fund your account, let it work, withdraw when needed.

**Planned capabilities**:

<table><thead><tr><th width="196.890625">Method</th><th>Description</th></tr></thead><tbody><tr><td>Credit Card</td><td>Card → USDC → Fast in one flow</td></tr><tr><td>Bank Transfer</td><td>ACH/wire directly to Fast balance</td></tr><tr><td>Stablecoin Deposit</td><td>USDC from any supported chain</td></tr></tbody></table>

For current funding options, see the [Swapper On-ramp](/sdk-references/funding-abstraction/swapper-on-ramp.md) page and the [AllSet SDK README](https://github.com/fastxyz/fast-sdk/blob/main/packages/allset-sdk/README.md).

> *Coming soon — we're integrating with on-ramp providers to make funding seamless.*


---

# Agent Instructions: 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:

```
GET https://docs.fast.xyz/sdk-references/funding-abstraction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
