Monetize with Web3 Rewards.
Zero Blockchain Code.
Add ad-funded progression to your game in under an hour. Players earn real XP tokens, you earn 70% of ad revenue. No wallets, no gas, no complexity.
Revenue Estimator
Based on 10,000 daily active users
$21,000
Based on 3 ads/user/day at $0.07 eCPM
156
Games Integrated
$2.4M
Paid to Creators
SDK That Feels Familiar
If you've used analytics or ad SDKs before, you already know how this works.
One-Line Integration
Initialize with your game ID and you're live. No blockchain expertise required.
XP.init({ gameId: "your-game-id" })Rewarded Ads
Simple API to show ads and receive verified completion receipts.
await XP.ads.show("reward-placement")XP Distribution
Credit players automatically with on-chain verified XP tokens.
XP.rewards.grant({ amount: 100 })Leaderboards
Built-in global and game-specific leaderboards with anti-cheat.
XP.leaderboard.submit({ score: 1500 })import { XP } from '@xp-platform/sdk';
// Initialize once at game start
await XP.init({
gameId: 'your-game-id',
env: 'production'
});
// Show rewarded ad when player wants bonus
const showRewardedAd = async () => {
const result = await XP.ads.show('level-complete');
if (result.completed) {
// XP automatically credited to player
console.log(`Player earned ${result.xpAwarded} XP!`);
}
};
// Track game events for missions & battle pass
XP.events.track('boss_defeated', {
bossId: 'dragon-king',
damage: 15000
});Why Creators Choose Funstack
70% Revenue Share
Industry-leading split. Keep the majority of ad revenue your game generates.
Network Effect
Tap into 2.4M active players already using XP across the network.
Fraud Protection
Advanced anti-cheat and receipt verification protects your revenue.
Real-Time Analytics
Track earnings, player engagement, and ad performance in real-time.
Battle Pass Tools
Built-in tier systems, missions, and seasonal events no extra code.
Cross-Game Items
Let players use NFT inventory from other games, increasing engagement.
Live in Under an Hour
From zero to earning. No blockchain experience required.
Register Your Game
5 minSign up, create your game profile, and get your API keys.
Install the SDK
2 minnpm install or include via CDN. Unity and PlayCanvas plugins available.
Add Ad Placements
15 minPlace rewarded ad triggers at natural break points in your game.
Configure Rewards
10 minSet XP values, battle pass tiers, and player reward splits.
Go Live
InstantDeploy to production. Real players, real ads, real revenue.
Trusted by Game Studios
David Chen
Lead Developer, Pixel Studios
“Integration took 2 hours. We've earned $45K in the first month with zero blockchain expertise.”
Maria Garcia
Indie Developer, Solo Games
“The SDK feels like any other game service. My players love earning real rewards.”
James Wilson
CTO, Arcade Labs
“Player retention increased 40% after integration. The cross-game progression is a game-changer.”
Ready to Monetize?
Join 156 game studios earning with Funstack. Get your API keys and start integrating today.