The Money InfrastructureCompany for Banks
Backed by
Bain Capital CryptoParaFiNascentRobot VenturesChapter One
Noncustodial and Institutional-gradeOn-chain yield.
On-chain yield.
Zero overhead.
01
Grow Your Balance
Strategies configure to your yield, risk, and liquidity requirements, adaptable to various integration patterns. Management of your allocations is simple and automatable.
02
Save Time
REST APIs plug directly into end-user interfaces and your ledger. Agentic or manual integration of a diverse catalogue is fast and easy.
03
Oversee Your Yield
Granular, transparent data meet your compliance and reporting needs. Control via the Portal, API and alerting is quickly established and provable.
Designed for platforms. Ready for your customers
Supercharge your product, business, or investment strategy with liquid, instant, always available on-chain yield.
BanksNeobanksFintechsExchangesCustodiansWalletsCorporate TreasuriesInvestment & Wealth Managers
ground.ts
1// Create a Portfolio Wallet with yield strategy2const wallet = await fetch(3 'https://sandbox.groundtech.co/v2/wallets',4 {5 method: 'POST',6 headers: {7 'Authorization': `Bearer ${API_TOKEN}`,8 'Content-Type': 'application/json'9 },10 body: JSON.stringify({11 requestId: crypto.randomUUID(),12 label: 'Core Yield Portfolio',13 strategy: {14 allocations: [15 { yieldSourceId: 'syrup-usdc', pct: 40 },16 { yieldSourceId: 'morpho-gauntlet-usdc', pct: 30 },17 { yieldSourceId: 'morpho-steakhouse-usdc', pct: 30 }18 ]19 }20 })21 }22).then(r => r.json())
Ready