> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/stablesats/is-stablesats-compatible-with-the-traditional-banking-system.md).

# Is Stablesats compatible with the traditional banking system?

To date, Stablesats is only compatible with the Bitcoin payment network and does not directly integrate with traditional banking systems. This is because Stablesats is designed to operate within the Lightning Network, a layer-2 protocol built on top of the Bitcoin blockchain. As a result, Stablesats users can enjoy the benefits of holding dollar-equivalent balances in their Lightning wallet without relying on stablecoins or direct fiat integration.

While Stablesats may not directly interface with traditional banking systems, it mirrors the integration level of Bitcoin itself. Presently, to exchange Stablesats dollars for Dollars within the traditional banking system, it necessitates going through a BTC/USD exchange service. Despite this, Stablesats' pioneering approach to mitigating Bitcoin's short-term volatility and protecting the purchasing power of sats has attracted many Lightning Network users. With Stablesats, users can hold, send, and receive dollars within their Lightning wallet, circumventing the need for a third-party stablecoin issuer or direct integration with a traditional banking system.


---

# 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://faq.blink.sv/stablesats/is-stablesats-compatible-with-the-traditional-banking-system.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.
