> 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/diversifi-for-partners/partnership-models/tech-integration.md).

# Tech integration

#### Use Cases

**Wallet with Strategy Mode** Wallets can let users create a personal strategy: pick tokens, set weights, deposit, and let DiversiFi's engine keep the allocation balanced automatically. The user gets portfolio management without manual rebalancing.

**Portfolio Tool with Rebalancing** A portfolio tracker could offer a "managed portfolio" feature where users lock in a target allocation and the DiversiFi engine rebalances it on their behalf, turning a passive dashboard into an active investment tool.

***

#### What You Build

* **Frontend and UX** - you own the user experience, branding, and interaction design.
* **User flows** - deposit, withdrawal, strategy creation, and portfolio views happen in your app.
* **Distribution** - you bring users and drive volume through your existing channels.

#### What DiversiFi Provides

* **SDK and API** - programmatic access to vault creation, deposits, withdrawals, weight updates, and real-time data (composition, NAV, performance, drift).
* **Vault infrastructure** - each strategy/portfolio gets an isolated, program-controlled vault on Solana with oracle-based pricing.
* **Rebalancing engine** - continuous drift monitoring (every minute via Switchboard) and atomic rebalancing via Jupiter.
* **Portfolio token (dToken) minting** - fungible SPL tokens representing vault shares, minted and burned automatically.
* **Operational backend** - all swap execution, rebalancing, and settlement is handled by DiversiFi. Your platform never touches user funds directly.

***

#### Integration Depth

| Level      | What you get                                                                                                                             | Effort |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| **Light**  | API access to existing strategies (data, deposits, withdrawals). Embed DiversiFi products in your UI.                                    | Low    |
| **Medium** | SDK access to create and manage custom strategies on behalf of your users. Your platform acts as the Strategy Manager.                   | Medium |
| **Deep**   | Full white-label integration. Your users create their own personal strategies through your UI, with DiversiFi invisible to the end user. | Higher |

***

#### Revenue Model

Tech Integration partners earn fees based on the flow they generate. Revenue sharing is structured around the volume of deposits and the number of active strategies created through your platform. Details are agreed during onboarding.

***

#### Getting Started

1. **Define the use case** - what feature do you want to offer your users? Strategy creation, managed portfolios, basket products, or something else?
2. **Choose integration depth** - light (data + existing strategies), medium (custom strategy creation), or deep (white-label).
3. **Technical scoping** - our team works with yours to define the API/SDK integration, data flows, and operational responsibilities.
4. **Build and test** - integrate against our staging environment.
5. **Launch** - go live with DiversiFi-powered strategy features in your product.


---

# 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/diversifi-for-partners/partnership-models/tech-integration.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.
