The Money InfrastructureCompany for Banks

Ground's infrastructure supercharges any stablecoin or cash on your platform, transforming it into a high yield balance. Integrating and configuring on-chain yield is fast, easy, and convenient — capture more revenue or power user incentives.

Backed by

Bain Capital CryptoParaFiNascentRobot VenturesChapter One
Noncustodial and Institutional-grade

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 strategy
2const 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

Ready to supercharge
your balances?

Get in touch and build on solid Ground.