run-arena-agent

Automate on-chain agent trading loops with LLM-based decisions and intent submissions.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/NickVanzo/hackathon-eth-global-2026 --skill run-arena-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-arena-agent
Source: https://github.com/NickVanzo/hackathon-eth-global-2026/tree/main/ai-plugin/skills/run-arena-agent
Command: npx skills add https://github.com/NickVanzo/hackathon-eth-global-2026 --skill run-arena-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers.

What problem does it solve?

Automates the end-to-end operation of on-chain agent trading by orchestrating pool state queries, LLM-based decisions, and on-chain intent submissions.

Core Features & Use Cases

  • Autonomous trading loop: periodically fetches pool data, asks the LLM for a trading decision, and submits the corresponding on-chain intent until interrupted.
  • Flexible LLM routing: supports OpenClaw gateway or direct 0G Compute as a fallback, enabling robust operation in varying environments.
  • Agent lifecycle integration: requires wallet registration and AGENTS.md to tailor decisions to your agent's strategy; compatible with the AgentManager contract for automatic submission.

Quick Start

Use node skills/run-arena-agent/arena-loop.mjs to start the autonomous trading loop with default 2-minute cadence after you set up your wallet, AGENTS.md, and LLM access.

Frequently Asked Questions about run-arena-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an autonomous trading loop for on-chain Ethereum agents?

To automate autonomous trading, this Skill orchestrates pool state queries, LLM-based trading decisions, and on-chain intent submissions to continuously execute agent strategies on Ethereum until interrupted.

What do I need to set up before running an autonomous on-chain trading agent?

Before running an autonomous trading agent, you need a registered wallet, an AGENTS.md file in your working directory, and at least one LLM access key like OPENCLAW_GATEWAY_TOKEN or OG_COMPUTE_API_KEY.

How does the LLM routing work for autonomous on-chain trading decisions?

LLM routing for autonomous trading decisions supports the OpenClaw gateway or direct 0G Compute as a fallback, enabling robust operation in varying environments by requiring either an OPENCLAW_GATEWAY_TOKEN or OG_COMPUTE_API_KEY.

Can I use ethers to submit trading intents to an AgentManager contract?

Yes, the autonomous trading loop is compatible with the AgentManager contract for automatic submission of on-chain intents. It uses the ethers dependency to orchestrate these on-chain Ethereum transactions.

What is the default execution cadence for the autonomous arena trading loop?

The default execution cadence for the autonomous arena trading loop is 2 minutes. You can start this loop using the arena-loop.mjs script after configuring your wallet and LLM access.