Docs Navigation
Documentation / Integrations

SDK & Integrations

Integration guides for building on top of the $INCOME Economic Layer 2 GRASS SDK, third-party protocol connections, webhook patterns, and application development resources.

Building on the EL2

The $INCOME EL2 is designed to be composable. External protocols can integrate yield distribution, verified token data, cross-chain supply feeds, and the agentic interface into their own products through documented APIs and the GRASS SDK.

GRASS SDK Integration

GRASS provides a data layer SDK for connecting to the $INCOME ecosystem data feeds. Use GRASS to stream live token prices, holder analytics, burn events, and staking metrics into your application.

# Install
npm install @grass/income-sdk

# Stream live $INCOME data
import {{ IncomeStream }} from '@grass/income-sdk';
const stream = new IncomeStream({{ token: 'INCOME' }});
stream.on('burn', (event) => console.log(event));
stream.on('distribution', (event) => console.log(event));

Ecosystem Integrations

Active and planned integrations across DeFi protocols, data aggregators, and infrastructure providers.

GRASS
Data streaming SDK for live token and ecosystem metrics.
Active
INDEX DEX
Native DEX integration swaps, pools, verified token registry.
Active
Jupiter
Solana swap aggregator routing for $INCOME pairs.
Active
Birdeye / DexScreener
Price and volume data aggregation for $INCOME.
Active
Telegram Bot API
Income.tg bot integration tasks, points, burn triggers.
Active
Cross-Chain Relay
Multi-chain supply propagation and burn coordination relay.
BNB / TRON / TON