How can distributors generate revenue on Morpho?
Curators and distributor channels have different ways to charge fees.
A distributor channel is any platform, application, or service that integrates Morpho's functionality to offer it to their own users. This includes wallets, DeFi aggregators, portfolio management apps, or custom interfaces that embed Morpho vaults. These distributors make Morpho accessible to users who might not otherwise directly interact with the Morpho protocol, and they can earn fees by facilitating these interactions.
To generate revenue, a distributor has several possibilities developed below:
- Own its own revenue layer (a Fee Wrapper or a Vault V2 Wrapper)
- Have an agreement with a curator (onchain or offchain)
Fees
Morpho Vault V2 can charge 2 types of fees, while Morpho Vault V1 has only one:
| Fees | Vault V2 | Vault V1 |
|---|---|---|
| Performance fee (taken on the native yield) | ✅ 0% → 50% | ✅ 0% → 50% |
| Management fee (taken on the Assets Under Curation) | ✅ 0% → 5% | ❌ |
Architecture
Here is the setup of the current Earn architecture with USDC as an example

Here is the vault model illustrating asset flow in terms of allocation

Examples of possible configurations
| Model | Control | Trust Required | Complexity | Best For |
|---|---|---|---|---|
| Fee Wrapper | High | None | Low | B2B distribution, per-customer vaults |
| V2 Wrapper | High | None | Low | Independent distributors |
| Offchain Agreement | Shared | High | Medium | Strategic partnerships |
| Onchain Splitter | Shared | None | High | Formal trustless partnerships |
1. Fee Wrapper

A Fee Wrapper is a Vault V2 configured in a specific, constrained mode that enables distribution channels to add a fee layer on top of an existing Morpho Vault V2.
Fee Wrappers are the recommended approach for B2B distribution, per-customer vaults, and white-label products. They provide high control with no trust required and low complexity.
For full details on architecture, gates & non-custodiality, deployment, and integration, see the dedicated Fee Wrapper page.
2. Offchain Agreement Model
Setup: Distributor and curator establish a legal revenue-sharing agreement for liquidity provided.
Two Options: Option A - New Dedicated Vault:
- Curator launches new vault (V1 or V2) exclusively for distributor's users
- Fee split negotiated up-front (e.g., 50/50 on performance fees)
- Clean attribution of liquidity and fees
Option B - Existing Vault:

- Distributor directs users to existing vault
- Revenue share calculated based on tracked liquidity contribution
- Requires tracking mechanism (transaction mapping, user addresses, time-weighted deposits)
- Legal contract enforces agreement
- Option B requires reliable attribution system
- Settlement handled offchain (periodic payouts)
Use Case: Best for strategic partnerships where trust exists or when onchain complexity isn't warranted.
3. Onchain Splitter Contract Model

Setup: Smart contract automatically splits fees between curator and distributor based on pre-defined terms.
Requirements:- Dedicated new vault (V1 or V2) for the partnership
- Splitter contract receives fee recipient role
- Automated distribution of fees to both parties
- Vault accrues performance/management fees
- Fees sent to splitter contract
- Contract automatically distributes per agreement (e.g., 60% curator / 40% distributor, or 50/50)
- Trustless execution
- Transparent onchain tracking
- No manual settlement required
- Requires dedicated vault (curator unlikely to share existing vault)
- Additional smart contract complexity
- Gas costs for splitting operations
Use Case: Best for formal partnerships requiring trustless, transparent revenue sharing with onchain guarantees.
