DivyFi Overview
DivyFi is a web app for on-chain revenue splits on EVM networks. You deploy small split contracts from a shared factory; each split defines payees and shares, holds native coins and ERC-20 tokens, and lets each payee claim their portion when funds arrive.
What you can do
Dashboard — See every split where your wallet is a payee, check balances, and claim native or ERC-20 tokens.
Create split — Deploy a new split: payees, shares that total 100, protocol fee, and optional contract owner.
Gas estimator — Estimate how much native token you need across many chains to cover deployment gas, and optionally bridge using LI.FI with a review step before signing.
How money flows (simple model)
Someone sends native or ERC-20 to the split contract address (not to individual payees for accounting inside the contract).
The contract tracks each payee’s share of what has been released.
Each payee uses Claim in the app when they have a releasable balance.
A protocol fee (set when the split is created, in basis points) applies on each claim.
Protocol fee (bps)
1 bps = 0.01%
100 bps = 1%
10,000 bps = 100%
The Create split screen defaults to 100 bps (1%).
Splitter factory contract addresses
These are the factory contracts DivyFi uses per chain. Each new split you create gets its own contract address from the factory.
Ethereum
0x79B2f2BDF20B9e84d5CFf16542C78049dC650Ac7
BSC
0x79B2f2BDF20B9e84d5CFf16542C78049dC650Ac7
Base
0x79B2f2BDF20B9e84d5CFf16542C78049dC650Ac7
PulseChain
0x05c85D3d60847041e4B262059DFB1a85eBf40A2A
Where to read next
Dashboard & split card fields
Create split — field by field
Gas estimator — field by field
FAQ
Last updated