# Introduction

Satoshi Protocol is the first Bitcoin Finance Network powered by satUSD, a Bitcoin-backed stablecoin. Mint satUSD with BTC as collateral across the Bitcoin Mainnet and L1s/L2s. To ensure stability, users need to maintain a minimum collateral ratio (MCR) of 110%.

Besides over-collateralization, the protocol is secured by a Stability Pool where users deposit satUSD, which helps cover liquidations when collateral is too low. Other borrowers in the system also act as backstops to ensure the protocol remains stable. Explore further details on these mechanisms in the documentation.


---

# 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.river.inc/satoshi-protocol-v1/intro/introduction.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.
