# 10. Possible applications

Bitcoin Finance:

* Corporate/project tokenized shares, issued centrally, but traded in a decentralized way;
* Loans and bonds, both centralized and decentralized;
* Bitcoin and other assets with higher programmability and confidentiality, wrapped into RGB, issued in a decentralized way (but with a semi-federated pegout)
* RGB-wrapped stablecoins, operating on the Lightning network as a means of payment; issued in a centralized or decentralized way
* Decentralized exchange;
* AMM solutions, for instance algorithmic overcollateralized stablecoins.

Non-financial applications:

* Self-sovereign identity;
* Decentralized global name registry;
* Digital ownership right management systems;
* Non-fungible collectibles and tokenized art;
* DAOs;
* Provable and verifiable audit logs.


---

# 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://black-paper.rgb.tech/application-layer/10.-possible-applications.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.
