> For the complete documentation index, see [llms.txt](https://docs.libre.org/libre-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libre.org/libre-docs/platform-docs.md).

# Platform Docs

- [Borrow](https://docs.libre.org/libre-docs/platform-docs/borrow.md): Learn how to borrow against your Bitcoin collateral on Libre's decentralized lending platform.
- [Lend](https://docs.libre.org/libre-docs/platform-docs/lend.md): Learn how to earn predictable yield by providing USDT liquidity on Libre's decentralized lending platform.
- [How to Transfer USDT to Libre](https://docs.libre.org/libre-docs/platform-docs/how-to-peg-in.md)
- [Run A Libre Node](https://docs.libre.org/libre-docs/platform-docs/run-a-libre-node.md): Anyone can run a node to validate Libre data and submit API transactions, it's as easy as 1,2,3...
- [Validators](https://docs.libre.org/libre-docs/platform-docs/validators.md): Libre Chain validator node information.
- [Building on Libre](https://docs.libre.org/libre-docs/platform-docs/building-on-libre.md): Libre  is the best place to build smart contracts that interact with Bitcoin, Stablecoins, and even Bitcoin Lightning.
- [Building Smart Contracts](https://docs.libre.org/libre-docs/platform-docs/building-on-libre/building-smart-contracts-on-libre.md)
- [Developer Tools](https://docs.libre.org/libre-docs/platform-docs/building-on-libre/libre-developer-tools.md): Libre chain has lots of dev resources and a supportive community of developers on Discord.
- [Testnet](https://docs.libre.org/libre-docs/platform-docs/building-on-libre/libre-testnet.md): Libre has an active testnet with a faucet and replications of many apps and smart contracts.
- [API Docs](https://docs.libre.org/libre-docs/platform-docs/building-on-libre/api-docs.md): Libre Public API servers are provided by validators and apps.


---

# 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.libre.org/libre-docs/platform-docs.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.
