# Bloom V2

Bloom is a protocol that brings yields derived from the "risk-free"(1) treasury bill rate into the DeFi landscape. Bloom V2 has expanded this idea of permissionless lending into a commercial loan that tracks the risk-free rate with a novel RWA order-book design that provides a seamless experience for all participants in the system.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Bloom Basics</strong></td><td>Learn what Bloom is and why its important for DeFi and the greater financial landscape.</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/x3o6r0WNrOv90mUFDdzL/2.png">2.png</a></td><td></td><td><a href="bloom-basics">bloom-basics</a></td></tr><tr><td><strong>Tokenized RWAs</strong></td><td>Our approach to using tokenized RWAs</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/XCOxCrS2TQxtzkm5QvY6/3.png">3.png</a></td><td></td><td><a href="tokenized-rwa">tokenized-rwa</a></td></tr><tr><td><strong>Technical Docs</strong></td><td>Technical documentation for more details on the inner-workings of the protocol and how to integrate Bloom.</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/sytKiXh4zN1Hc5IIG0iT/1.png">1.png</a></td><td></td><td><a href="technical-docs">technical-docs</a></td></tr><tr><td><strong>FAQs</strong></td><td>Frequently Asked Questions</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/sytKiXh4zN1Hc5IIG0iT/1.png">1.png</a></td><td></td><td><a href="legal/faqs">faqs</a></td></tr><tr><td><strong>Audits</strong></td><td>All audits covering Bloom V2.</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/sytKiXh4zN1Hc5IIG0iT/1.png">1.png</a></td><td></td><td><a href="technical-docs/audits">audits</a></td></tr><tr><td><strong>Legal</strong></td><td>Our terms of service and privacy policy</td><td><a href="https://content.gitbook.com/content/gClwbQTxXxfeiI5Oy7Zu/blobs/sytKiXh4zN1Hc5IIG0iT/1.png">1.png</a></td><td></td><td><a href="legal">legal</a></td></tr></tbody></table>

{% hint style="info" %}

1. Treasuries are debt obligations of the U.S. government, and because these obligations are backed by the "full faith and credit" of the government, they are generally considered one of the safest of all investments. However, even treasuries carry some credit risk. See the “Risk” section of these documents for additional information.
   {% endhint %}


---

# 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.bloom.garden/readme.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.
