For the complete documentation index, see llms.txt. This page is also available as Markdown.

Common

Common Protocol Tools

Overview

This module provides essential blockchain interaction tools and utilities that are always available across Anon. It serves as a general-purpose protocol that cannot be excluded from the tools list and requires no updating.

Core Components

Token Operations

  • Wrapping/Unwrapping:

    • Wrap native tokens (e.g., ETH → WETH)

    • Unwrap tokens (e.g., WETH → ETH)

    • Specify amounts or use entire balance

Token Information

  • Balance Operations:

    • Get token balances for any account

    • Resolve token addresses from symbols

    • Resolve token symbols from addresses

    • Get native token information

Utility Functions

  • Time Operations:

    • Get current Unix timestamp in seconds

  • Chain Support:

    • Cross-chain compatibility

    • Native token information for supported chains

Features

  • Always available across the platform

  • No update requirements

  • Core blockchain interactions

  • Token management utilities

  • Cross-chain support

Chain Support

  • Supports multiple blockchain networks

  • Native token resolution for each chain

  • Standardized token operations across chains

Example Prompts:

  • "HeyAnon, please wrap 90% of my ETH on Base"

Last updated