# get_validator_info

Get comprehensive detailed information about a specific validator including staking metrics, commission rates, withdrawal fees, reward estimates, and performance calculations. Shows total staked, share ratios, APY estimates, and example reward calculations for different stake amounts (100 0G, 1000 0G). Useful for evaluating validators before staking. Read-only operation, no authentication needed.

Agent View of the PolicyLayer registry record for `get_validator_info`. HTML page: https://policylayer.com/tools/tairon-ai-0g-chain-mcp/get-validator-info

## Facts

- Tool: `get_validator_info`
- Server: 0g Chain (`tairon-ai/0g-chain-mcp`) — https://policylayer.com/tools/tairon-ai-0g-chain-mcp.md
- Homepage: https://github.com/Tairon-ai/0g-chain-mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_validator_info",
    "arguments": {}
  }
}
```

## Why get_validator_info is rated Low

This tool queries blockchain data about validators and returns information to help users make staking decisions. It performs no state changes, creates no transactions, and modifies no data. The low severity reflects minimal risk if misused—an agent could only retrieve validator information, which is public blockchain data. No financial transactions, destructive operations, or code execution occur.

From the tool's own definition: "Tool description explicitly states 'Read-only operation, no authentication needed' and retrieves 'comprehensive detailed information about a specific validator including staking metrics, commission rates, withdrawal fees, reward estimates, and performance…"

## Use case

AI agents call get_validator_info to retrieve information from 0g Chain without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches 0g Chain:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_validator_info": {}
  }
}
```

## Other tools on 0g Chain (8)

- `send_native_token` — Financial — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/send-native-token.md
- `stake_tokens` — Financial — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/stake-tokens.md
- `unstake_tokens` — Financial — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/unstake-tokens.md
- `get_accumulated_rewards` — Read — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/get-accumulated-rewards.md
- `get_balance` — Read — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/get-balance.md
- `get_staking_info` — Read — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/get-staking-info.md
- `get_validators_list` — Read — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/get-validators-list.md
- `create_wallet` — Write — https://policylayer.com/tools/tairon-ai-0g-chain-mcp/create-wallet.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=tairon-ai-0g-chain-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/tairon-ai-0g-chain-mcp
