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

# What is Layer2 Financial?

Layer2 Financial is a regulated payments infrastructure platform that lets payment companies, fintechs, and neobanks launch modern money-movement products quickly through a unified API and dashboard. It provides core capabilities for onboarding customers (including retail users in and outside the U.S.), managing KYC data, opening and closing accounts, and handling statuses such as FROZEN or CLOSED for tighter operational control. A client dashboard and a white-label onboarding app enable teams to run day-to-day operations or spin up their own customer flow without building everything from scratch. ([Rail](https://rail.io/blog/2023-product-recap))

***

On the money-movement side, Layer2 supports U.S. rails like Fedwire and ACH (both push and pull via open banking), plus international wires over SWIFT for inbound and outbound USD. It has expanded local payout options in multiple jurisdictions (e.g., INR, EUR, CAD), and ships quality-of-life features like readable deposit memos, inline fee models (flat or percentage) across transfers, deposits, withdrawals, and exchanges, and sandbox tools to simulate incoming wires for testing. ([Rail](https://rail.io/blog/2023-product-recap))

***

The platform exposes APIs for counterparties (with jurisdiction-specific fields), market and quote-based exchange flows, and webhook subscriptions for real-time events across customers, accounts, and transactions—backed by a multicustodial approach that distributes assets across multiple banks and digital-asset custodians for resilience. Together, these components form an end-to-end foundation for building faster, cheaper, and more transparent payment experiences. ([Rail](https://rail.io/blog/2023-product-recap))

***

{% embed url="<https://cryptorank.io/ico/layer-2-financial>" %}


---

# 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.l2f.io/getting-started/what-is-layer2-financial.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.
