> For the complete documentation index, see [llms.txt](https://aetlas.gitbook.io/aetlas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aetlas.gitbook.io/aetlas/overview/digital-green-cbos.md).

# Digital Green CBOs

Our Digital Green Collateralized Bond Obligations (CBOs) allows the pooling of multiple projects into a single bond issuance, diversifying risk and offering investors a unique opportunity to support a variety of initiatives with a single investment.&#x20;

An independent, qualified and decentralised governance structure defines a comprehensive Green Bond Framework (GBF), on-chain, that defines the use-of-proceeds, the process for project evaluation and selection, the management of proceeds, and reporting for structured products. This framework serves as a foundational document that details how the bond aligns with the Green Bond Principles (GBP). This document will programmatically form the basis of any multi-project digital green bond or other structured fixed-income product.&#x20;

<figure><img src="/files/KbEB39YxOEJpaAj2zs1z" alt=""><figcaption></figcaption></figure>

### [Features & Benefits](/aetlas/overview/digital-green-cbos/features-and-benefits.md)

* **Automated Lending Pool:** Our smart contracts automate the pooling of green bond assets into a CBO, ensuring that only bonds meeting specific performance & sustainability criteria are included. This process can streamline the initial setup and ongoing management of the asset pool, dynamically adjusting the pool composition based on predefined green performance indicators or the maturity of underlying assets.
* **Programmable Tranche Payments:** The allocation of payments to different tranches, based on the cash flows from the underlying assets, can be programmed into smart contracts. This ensures that interest and principal repayments are distributed transparently and in accordance with the tranches’ priorities and investor agreements.
* **Automated Eligibility Verification:** The smart contract executing the digital green CBO can be programmed with the criteria for eligible green projects, automating the eligibility verification. When a project is proposed for financing through green bond proceeds, the smart contract can use project performance data to automatically verify a project meets the predefined environmental and sustainability criteria. Note: eligibility criteria can be amended by the CBO governance.
* **Expanded Allocation Reporting:** With multi-project bonds introducing a significant increase in allocation reporting costs, our digital bond infrastructure’s live and transparent allocation reporting is a seismic leap forward, not only in financial transparency but in automating away back-office costs.


---

# 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://aetlas.gitbook.io/aetlas/overview/digital-green-cbos.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.
