# Pools & deals

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

## **Deals**

A deal is the on-chain representation of the off-chain securitized product (e.g. bond, debenture, …) and contains all the information of the underlying facility such as tenor, the public key of the borrower,…, as well as tranches, and a repayment schedule.

### Tranches

A deal is split up into tranches, creating investment opportunities for investors with different risk/return profiles. Most often a senior/mezzanine/junior tranche setup is used. In this setup, the senior tranche has the lowest risk, with the lowest return because it is protected by more junior tranches in case of defaults. If a default happens, the junior investors will lose (part of) their invested principal and gained interest as it flows to the senior tranche. Though this tranche setup is used in the majority of deals, the Credix platform allows for the creation of up to 10 tranches.&#x20;

### Repayment schedules

When a deal repayment hits our smart contract, it automatically calculates how much should go to every tranche’s principal and interest (based on the repayment schedule and tranche structure).

The repayment schedule defines how much interest/principal is expected per repayment period (e.g. 30 days). When a borrower does not repay on time, late fees are charged. Our technology allows arbitrary interest/principal schedules such as bullet, amortization, amortization with grace period, or any other exotic structure.&#x20;

## **Pools**

A tranche can be funded by a liquidity pool, meaning that investors who invest in this pool have exposure to all deals for which a tranche has been funded by this pool.

###


---

# 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.credix.finance/product/pools-and-deals.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.
