# Agent Migration

Here’s how the migration process works using **AgentHub**:

***

#### **Step 1: Input Contract**

* Navigate to [hub.strikebit.io](https://hub.strikebit.io)
* Click on **"Migrate Agent"**
* Paste your Virtuals ERC20 agent token address

***

#### **Step 2: Fetch Details**

* Click **"Fetch Token Details"**
* StrikeBit automatically retrieves agent metadata (symbol, name, decimals, supply, etc.)

***

#### **Step 3: Define Your Agent**

* Add your custom agent name and image
* Describe the capabilities or intent of your agent (e.g., “trading signals,” “social feed,” etc.)
* Set optional metadata like tier, categories, or skillset

***

#### **Step 4: Upload Holder Snapshot**

* Download your agent’s token holder CSV from [BaseScan](https://basescan.org/)
* Upload the file into AgentHub
* This will be used to generate NFT claim rights for the original token holders

***

#### **Step 5: Verify & Mint**

* Submit for **Binary AI verification** to ensure contract safety and non-malicious origin
* Once verified, **mint your ERC721 NFT agent** on StrikeBit
* The NFT now represents your agent — with ownership, claimability, and future programmability

***

#### **Step 6: Enable Claiming**

* Once the NFT is live, click “Enable Claim”
* This allows all past ERC20 holders to **claim their mirrored agent NFTs** in proportion to their token holdings


---

# 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.strikebit.io/agent-migration.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.
