# USE CASES

- [Key Use Cases](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases.md)
- [Bitcoin Native Stablecoins](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/bitcoin-native-stablecoins.md)
- [Real-World Assets (RWA) Tokenization](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/real-world-assets-rwa-tokenization.md)
- [Prediction Markets and Event-Based Finance](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/prediction-markets-and-event-based-finance.md)
- [Crypto-Native Applications and DeFi Tooling](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/crypto-native-applications-and-defi-tooling.md)
- [RWAs Tracking](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/rwas-tracking.md)
- [Gaming](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/gaming.md)
- [Verifiable Random Function (VRF)](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/gaming/verifiable-random-function-vrf.md): Verifiable random function (VRF) is a cryptographic function that takes a series of inputs, computes them, and produces a pseudorandom output and proof of authenticity that can be verified by anyone
- [Predictive Markets](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/predictive-markets.md)
- [Insurance and Risk Management](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/insurance-and-risk-management.md)
- [Identity & Authentication](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/identity-and-authentication.md)
- [Non Fungible Tokens (NFTs)](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/non-fungible-tokens-nfts.md)
- [Indexing](https://torram.gitbook.io/torram-documentation/use-cases/key-use-cases/indexing.md)


---

# 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://torram.gitbook.io/torram-documentation/use-cases.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.
