> For the complete documentation index, see [llms.txt](https://docs.diversifi.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diversifi.trade/readme.md).

# Litepaper

DiversiFi is developed by the SolutioFi team.

SolutioFi was founded to simplify how users interact with decentralized finance by building **structured, deterministic infrastructure on Solana**. What began as a wallet management toolset evolved into a broader mission: designing **programmable, on-chain portfolio primitives** that help portfolios capture volatility-driven premium instead of leaving it on the table.

DiversiFi is the first **portfolio protocol** built under this vision.

It provides:

* Deterministic portfolio vault architecture
* On-chain dToken pricing (NAV from vault TVL and supply)
* Automated, rule-based rebalancing
* Structured portfolio and strategy models

Rather than replicating traditional ETFs off-chain, DiversiFi implements **portfolio mechanics natively on-chain**. The system enables programmable, transparent exposure to predefined asset groups and rules-based strategies, without discretionary management.

The DiversiFi Platform represents the distribution layer for these primitives, packaging protocol capabilities into DiversiFi Strategies and user-created portfolios.

## Powered by BONK

As part of the BONK suite of products, DiversiFi is aligned with one of the most vibrant ecosystems in crypto. A portion of protocol fees is swapped into BONK and permanently burned, directly contributing to BONK’s value and scarcity.


---

# 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://docs.diversifi.trade/readme.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.
