# Key Components

#### Chat Page

The main chat interface where users interact with the bot. Handles:

* Message display and composition
* Transaction execution
* Wallet connection validation
* Chain switching

#### ActionPreviewModule

Displays transaction details before execution:

* Network information
* Token amounts
* Wallet addresses
* Operation type (Trade/Transfer)

#### TransactionLoadingModule

Shows transaction progress:

* Fetching transaction details
* Signing transaction
* Processing confirmation

### 🔐 Supported Chains

#### EVM Chains

* Ethereum Mainnet
* Polygon
* Arbitrum
* Optimism
* Base
* And more...

#### Solana

* Solana Mainnet

### 🎯 Usage Examples

#### Bridge Tokens

```
Bridge my Eth from Ethereum to Polygon
```

#### Swap Tokens

```
Swap 100 USDC for ETH on Ethereum
```

#### Token Transfer

```
Send 10 USDC to 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
```


---

# 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.hashhunter.ai/hash-hunter-webapp/key-components.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.
