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

# Distribution Models

We serve three primary segments: **Treasuries,** **Strategic Multipliers,** and **Integrations.**

Our modular framework allows partners to choose how they deliver yield to their users without altering our core infrastructure—whether through dedicated **vaults**, **token listings**, or the **fija App**, the underlying logic of vaults, strategies, and yield-accruing tokens remains consistent and can run in parallel.

Each distribution model works in different [**regulatory frameworks**](/docs/overview/regulatory-approach.md), as we try to see regulatory independent from distribution. This allow customers to pick their preferred distribution channel and regulatory framework they want to work with.

<figure><img src="/files/4euEhDpproo7GOdBywIr" alt=""><figcaption></figcaption></figure>

### Distribution Models

> fija lets partners choose **how** they bring yield to users—without changing the core tech (vaults → strategies → yield-accruing tokens). The three distribution lanes are modular and can run in parallel.

#### **fija Vaults**

Partner-exclusive **vaults** can be directly embedded into their infrastructure. Users deposit, the vault mints the yield-accruing token, and funds route to the selected strategy. **Full control**, **on-chain transparency**, and **simple API integration**. the fija Vault model works for all three regulatory frameworks - Security Token, Utility Token, and SaaS.

#### **fija Token Listings**

Consists on the **listing** of **pre-minted fija tokens** into the exchange/broker, letting users **swap** into yield in a familiar flow (USDC/ETH/BTC → fija token). **Plug-and-play** into the exchange/broker existing listing and conversion features. The fija Token Listing model works for two of our regulatory frameworks - Security Token and Utility Token.

#### **fija App**

Offer a **self-service experience** out of the box. Investors can directly [access](https://app.fija.finance/) automated **vaults**, see **analytics** and **KPIs**, and **manage positions**. Ideal for **retail** or **institutional investors**. The fija App model works for all three regulatory frameworks - Security Token, Utility Token, and SaaS.

> All three use the same building blocks (vaults, strategy contracts, APIs) so you can start fast, then scale or switch channels without re-engineering.


---

# 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:

```
GET https://fija.gitbook.io/docs/overview/distribution-models.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.
