> For the complete documentation index, see [llms.txt](https://docs.boringdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boringdao.com/what-is-satellite-city-how-does-it-work.md).

# How does Satellite City work?

Satellite City has launched ETH/USDT/USDC/DAI pools to provide greater capacity for oBTC Tunnel. These assets will be used as collaterals of the oBTC Tunnel and will be calculated in the Asset Ratio.&#x20;

Please note that there is no impermanent loss of assets in Satellite City, nor will they become PP Tokens. If the Asset Ratio is less than the specified amount (150% so far), assets will not be liquidated but minting will be paused. However, if a black swan incident occurs (eg. loss of the underlying BTC), compensation will be provided by the decentralized insurance protocols (Nsure, COVER, etc.) first, followed by Satellite City assets and BOR in the tunnel. In return for extremely rare cases, those who stake assets in Satellite City can receive a long-term reward of BOR yield-farming.


---

# 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.boringdao.com/what-is-satellite-city-how-does-it-work.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.
