---
name: trader.rigoblock.com
description: trader.rigoblock.com exposes a directory of DeFi tools available on Base (eip155:8453) via RigoBlock's direct tool invocation API. The single available skill returns metadata about which tool names exist and how to invoke them, but does not itself execute any on-chain action. Actual execution requires a separate POST call to /api/tools/{toolName} using a tool name discovered from this directory.
host: trader.rigoblock.com
---

# trader.rigoblock.com

RigoBlock Trader Tools is a DeFi tool-discovery endpoint targeting agents that need to programmatically enumerate available trading, swapping, or staking tools on Base before invoking them. It serves as a prerequisite lookup layer: an agent first calls this host to learn valid tool names and invocation patterns, then uses that information to call the execution endpoint directly. It does not wrap execution itself.

## When to use this host

Use this host when an agent needs to discover which DeFi tool names are valid on RigoBlock's Base deployment before constructing a POST /api/tools/{toolName} call. Do not use it to execute trades, swaps, or staking actions — this host only returns a directory. For actual DeFi execution, the agent must call POST /api/tools/{toolName} directly using a tool name obtained from this skill. If an agent already knows the correct tool name and invocation pattern, this host adds no value and can be skipped entirely.

## Capabilities

### Tool Discovery

Returns the directory of available DeFi tool names, usage instructions, and pricing for RigoBlock's API on Base, enabling agents to identify valid tool names before execution.

- **`fetch-rigoblock-trader-tools`** — Returns the list of available DeFi tool names and usage instructions for RigoBlock's direct tool invocation API on Base (eip155:8453).

## Skill reference

### `fetch-rigoblock-trader-tools`

**RigoBlock Trader Tools Directory** — Returns the list of available DeFi tool names and usage instructions for RigoBlock's direct tool invocation API on Base (eip155:8453).

*Use when:* Use when an agent needs to discover which tool names are available before calling POST /api/tools/{toolName}, or to confirm the correct invocation pattern and pricing for RigoBlock's DeFi tools.

*Not for:* Do not use to actually execute a trade, swap, stake, or any DeFi action — this endpoint only returns the tool directory; invoke POST /api/tools/{toolName} with the specific tool name for execution.

**Returns:** Returns a JSON object with a description, usage pattern (POST /api/tools/{toolName}), price ($0.002 USDC per call), and an array of 47 available tool name strings covering swaps, vaults, liquidity, GMX, crosschain, staking, TWAP, NAV sync, and oracle operations.

**Example:** `GET https://trader.rigoblock.com/api/tools`

---
