# 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"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.heyanon.ai/heyanon.ai/hey-anon/protocols-and-functions-supported/infrastucture/common.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
