LOA
Open in Telegram
For Developers

Build on LOA

Integrate LOA tokens into your Telegram game in minutes. Reward players, power a marketplace, and tap into 250,000+ users โ€” no blockchain expertise required.

250K+

Active Users

10.5M

LOA Distributed

70%

Revenue Share

Integration

3 Steps to Launch

01
๐Ÿ“ฆ

Install SDK

Add the LOA Game SDK to your project in under a minute.

npm install @loa/game-sdk
02
๐Ÿ”ง

Integrate

Authenticate players and call reward() wherever you award XP or coins today.

await loa.reward(player.id, 10, 'level_complete');
03
๐Ÿ’ฐ

Earn Together

You earn 70% of all token fees generated by your game. We grow together.

// Revenue share: 70% yours, 30% LOA
game.tsTypeScript
import { LOAGameClient } from "@loa/game-sdk"; const loa = new LOAGameClient({  gameId: "your-game-id",  apiKey: "your-api-key",}); // Authenticate a player via Telegramconst player = await loa.authenticate(initData); // Reward player for in-game actionsawait loa.reward(player.id, 10, "level_complete");await loa.reward(player.id, 50, "boss_defeated"); // List a marketplace itemawait loa.marketplace.list({  playerId: player.id,  itemId: "flame-sword-001",  price: 500, // LOA tokens});
Platform

Everything You Need

๐Ÿช™

Token Rewards

Distribute real LOA tokens to players for in-game achievements, level completions, and daily quests.

๐Ÿ›’

Marketplace

Let players trade in-game items across the entire LOA ecosystem. Earn a 2.5% fee on every trade.

๐Ÿ†

Leaderboards

Plug into the global cross-game leaderboard instantly. Drive engagement with competitive rankings.

๐Ÿ“Š

Analytics

Real-time dashboards for DAU, retention, token flow, and revenue. Know your players deeply.

๐Ÿ‘ฅ

250K+ Users

Launch to an existing audience of 250,000+ active LOA players. Day-1 distribution built in.

โšก

Zero Blockchain Complexity

We handle wallets, gas, and on-chain logic. You write game code โ€” we handle the crypto.

Ready to build?

Apply for early developer access. We review applications within 48 hours and help you ship fast.

๐Ÿš€ Apply for Access on Telegram

FAQ