Track Your DeFi Revenue
Across Every Protocol
// Calculate daily, weekly & monthly yield across Aave, Compound, Morpho, Spark, and Arc-native lending.
// Powered by Arc's stablecoin-native L1 infrastructure.
Arc App Kit — bridge, swap & unified balance
Live APY from Aave V3 subgraph + Compound API
Multi-protocol yield aggregation
Arc MCP-ready — build with Claude / Cursor
Wallet / Deposit
Deposit (USD)
Asset
Weighted APY (3 protocols)5.48%
≈ $45.64/month· $1.50/day
◌ Using benchmark APYs (subgraph offline)
Select Protocols — 3 active
Protocols Selected
3 / 6
Weighted APY
5.48%
Arc Gas (USDC)
$0.0001 / tx
Arc Finality
< 1 second
↑
Enter a deposit amount and click Calculate Revenue Share// Bridge, swap, and aggregate your DeFi yield with USDC-native gas ($0.0001/tx)
Integration Snippets
docs.arc.network
// Arc App Kit — Bridge yield earnings to Arc Testnet
// npm install @circle-fin/app-kit @circle-fin/adapter-viem-v2 viem
// Docs: https://docs.arc.network/app-kit/quickstarts/bridge-tokens-across-blockchains
import { AppKit } from '@circle-fin/app-kit'
import { createViemV2Adapter } from '@circle-fin/adapter-viem-v2'
import { createWalletClient, http } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
const walletClient = createWalletClient({
account: privateKeyToAccount(process.env.PRIVATE_KEY),
transport: http('https://eth-mainnet.g.alchemy.com/v2/...'),
})
const viemAdapter = createViemV2Adapter(walletClient)
const kit = new AppKit()
// Bridge monthly yield earnings from Ethereum → Arc Testnet
const result = await kit.bridge({
from: { adapter: viemAdapter, chain: "Ethereum_Mainnet" },
to: { adapter: viemAdapter, chain: "Arc_Testnet" },
amount: "42.00", // monthly yield in USDC
token: "USDC",
})
// Arc fees: ~$0.0001 USDC flat · Finality: <1s
console.log('Bridge tx:', result.txHash)
// Built on Arc Network · Arc Testnet · USDC-native gas · EVM-compatible
// APYs from Aave V3 subgraph & Compound API · Arc lending rates simulated until mainnet
// APYs from Aave V3 subgraph & Compound API · Arc lending rates simulated until mainnet