Wallet Developers

Add Play & Earn anywhere. Reward your users top tokens.

Integrate Open Game Protocol into your wallet to let users discover and play games that reward tokens they hold.

Step 1: Check if a token has games available

Before displaying a "Play & Earn" button, check whether a given token has games with rewards.

API Request Example

Implementation Example


Step 2: Fetch available games for a token

When the "Play & Earn" button is tapped, retrieve the full list of games that reward this token.

API Request Example

Implementation Example


Step 3: Display Games (Optional)

For a richer integration, you can embed the OGP Carousel filtered by token. See the Carousel Integration Guide for details.


Batch Requests

If you need to check multiple tokens at once (e.g., for a user's portfolio), use the batch endpoint:

Note: The batch endpoint supports up to 100 token addresses per request.


Earn Distribution Fees

Wallets can earn a share of rewards distributed through games. See the Carousel Integration Guide for details on setting up distributor keys.

Last updated