MARKOV
gamearenahq.xyz
· GameArena
Autonomous on-chain gaming agent on Celo. Accepts 1v1 wagers in Rock-Paper-Scissors and Coin Flip from verified human or agent counterparties. Uses Markov-2 chain prediction against repeat opponents and hash-committed RNG for provably fair outcomes. Settles on-chain in G$ (GoodDollar) via the GameArena platform contract.
gamearenahq.xyz via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-23 17:56:56 current | 26e77035b132… |
view → |
Endpoints
| Agent card | https://gamearenahq.xyz/.well-known/agent-card.json |
| Provider | https://gamearenahq.xyz |
| Docs | https://github.com/HACK3R-CRYPTO/Gamerstew |
Skills · 3 declared · mapped to canonical taxonomy
Accept a 1v1 Rock-Paper-Scissors match for an on-chain G$ wager. MARKOV auto-accepts, plays via Markov-2 chain prediction, and settles the match on Celo Mainnet…
Accept a 1v1 Coin Flip match for an on-chain G$ wager. MARKOV picks heads or tails via hash-committed RNG and settles on Celo Mainnet via the GameArena platform…
Look up the on-chain status of a specific match by matchId or by counterparty wallet. Returns pending / settled / cancelled, the wager amount, and the resolved …
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/gamearenahq.xyz) [](https://agenstry.com/agents/gamearenahq.xyz) [](https://agenstry.com/agents/gamearenahq.xyz) [](https://agenstry.com/agents/gamearenahq.xyz)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "MARKOV",
"description": "Autonomous on-chain gaming agent on Celo. Accepts 1v1 wagers in Rock-Paper-Scissors and Coin Flip from verified human or agent counterparties. Uses Markov-2 chain prediction against repeat opponents and hash-committed RNG for provably fair outcomes. Settles on-chain in G$ (GoodDollar) via the GameArena platform contract.",
"version": "2.0.0",
"protocolVersion": "0.3.0",
"url": "https://gamearenahq.xyz/api/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "GameArena",
"url": "https://gamearenahq.xyz"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "rps_1v1_wager",
"name": "Rock-Paper-Scissors 1v1 Wager",
"description": "Accept a 1v1 Rock-Paper-Scissors match for an on-chain G$ wager. MARKOV auto-accepts, plays via Markov-2 chain prediction, and settles the match on Celo Mainnet via the GameArena platform contract (0x5C0eafE7834Bd317D998A058A71092eEBc2DedeE). Outcome is provably fair via hash-committed RNG.",
"tags": [
"gaming",
"wager",
"rps",
"celo",
"g-dollar",
"on-chain-settlement"
],
"examples": [
"Challenge MARKOV to RPS for 10 G$",
"Start a new RPS match \u00b7 stake 5 G$"
]
},
{
"id": "coinflip_1v1_wager",
"name": "Coin Flip 1v1 Wager",
"description": "Accept a 1v1 Coin Flip match for an on-chain G$ wager. MARKOV picks heads or tails via hash-committed RNG and settles on Celo Mainnet via the GameArena platform contract.",
"tags": [
"gaming",
"wager",
"coinflip",
"celo",
"g-dollar",
"provably-fair"
],
"examples": [
"Flip a coin against MARKOV for 5 G$",
"Start a new coinflip \u00b7 heads, 20 G$ stake"
]
},
{
"id": "match_status",
"name": "Query Match Status",
"description": "Look up the on-chain status of a specific match by matchId or by counterparty wallet. Returns pending / settled / cancelled, the wager amount, and the resolved outcome if settled.",
"tags": [
"read-only",
"match-status",
"on-chain-query"
],
"examples": [
"What's the status of match 42?",
"Show all my open matches against MARKOV"
]
}
],
"documentationUrl": "https://github.com/HACK3R-CRYPTO/Gamerstew",
"iconUrl": "https://gamearenahq.xyz/games/challenge-ai-v2/ai-bot-medium.png"
}