


A step-by-step guide to tokenizing creative income with NapFi.
A fan connects their wallet to the NapFi app and searches for 'stable music vaults.'
NapFi Brain scans Spotify data and recommends the 'stTAYLOR' vault (5% APY, low risk).
The fan deposits USDC into VaultDeFi.sol and receives ERC-4626 tokens.
The router allocates funds across Aave and Curve.
The fan stakes shares for exclusive NFTs; labels control splits via ERC-7002 strategy NFTs.
The vault auto-compounds yields; royalties distribute (50% fans, 30% artist).
The fan withdraws with profit; the protocol earns a 0.5-1% fee on TVL.
Intelligent Yield Infrastructure
Explore AI-optimized routing, revenue tokenization, and fractional ownership all in one modular platform.
NapFi Brain automatically analyzes market conditions and routes funds to the highest-yielding strategies across DeFi protocols.
Transform creative assets like music royalties, YouTube revenue, and streaming income into tradeable ERC-4626 vaults.
Enable fans and DAOs to co-own yield streams through ERC-1155 tokens and ERC-7002 strategy NFTs.
NapFi Brain automatically analyzes market conditions and routes funds to the highest-yielding strategies across DeFi protocols.
See how NapFi is revolutionizing different industries
Taylor Swift's 'stTAYLOR' vault tokenizes 5% APY royalties with 50% fan splits
PewDiePie's 'stPEWDS' vault shares 7% APY from YouTube ad revenue
Vitalik's 'stVITALIK' vault tokenizes 6% APY from Twitch subscriptions
Discover the power of our AI-optimized vaults.
Created by Elon Musk
Elon Musk’s meme-powered vault — high-volatility PEPE farming optimized by Yearn V3 strategies for the ultimate degen believers.
TVL
$12.40M
APY
45.2%
Uniswap V3 DAI/ETH LP
Yearn DAI/ETH LP Optimizer
DAI/ETH LP Staking Rewards
Comprehensive guides, API references, and examples to help you build with NapFi
Get up and running with NapFi in minutes
Learn how to deploy your first vault and start earning yields.
// Install NapFi SDK
npm install @napfi/sdk
// Initialize the client
import { NapFiClient } from '@napfi/sdk';
const client = new NapFiClient({
network: 'optimism',
apiKey: 'your-api-key'
});
// Create a new vault
const vault = await client.vaults.create({
name: 'My Yield Vault',
asset: 'USDC',
strategy: 'aave-optimizer'
});