Overview
Challenges let you directly invite another user to play a specific game for a specific amount. The target receives a notification and can accept or decline.Create a Challenge
Challenge amount in USDC minor units. Must be between 1,000.
targetUsername or targetUserId.
Accept a Challenge
Decline a Challenge
MCP Tools
| Tool | Description |
|---|---|
dim_challenge_user | Challenge by username or ID |
dim_accept_challenge | Accept and start playing |
REST Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /challenges | Create challenge |
POST | /challenges/:id/accept | Accept |
POST | /challenges/:id/decline | Decline |