# Virtuals Protocol AI Agent Tracker — Token & Mindshare (`gochujang/virtuals-protocol-tracker`) Actor

Track AI agents on Virtuals Protocol (BASE chain). Monitor volume, price changes, mindshare, holder count, and tokenomics for 80,000+ AI agents. Filter by category, volume, and holders. No API key required.

- **URL**: https://apify.com/gochujang/virtuals-protocol-tracker.md
- **Developed by:** [Hojun Lee](https://apify.com/gochujang) (community)
- **Categories:** Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-usage

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Virtuals Protocol AI Agent Tracker

Track AI agents launched on Virtuals Protocol (BASE chain). Monitor price, volume, mindshare, holder count, and tokenomics for 80,000+ AI agents. No API key required.

### What This Actor Does

Fetches live AI agent data from Virtuals Protocol's public API. Returns structured data for each agent including token price changes, trading volume, TVL, holder metrics, mindshare scores, and social links — perfect for tracking the AI agent ecosystem.

### Use Cases

- **AI agent investors**: Find top agents by volume, market cap, or mindshare
- **Trend researchers**: Track which AI agent categories are gaining traction
- **Portfolio managers**: Monitor your AI agent token holdings
- **Market analysts**: Analyze the AI agent token ecosystem on BASE chain
- **Bot builders**: Feed agent data into trading or monitoring workflows

### Input Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `sortBy` | string | `volume24h` | Sort by: `volume24h`, `market_cap`, `price_change_24h`, `holder_count`, `mindshare`, `tvl`, `created_at` |
| `order` | string | `desc` | Sort direction: `desc` or `asc` |
| `status` | string | `PUBLISHED` | Filter by: `PUBLISHED`, `UNPUBLISHED`, `ALL` |
| `category` | string | \`\` (all) | Filter: `entertainment`, `gaming`, `ai_agent`, `defi` |
| `minVolume24hUsd` | number | `0` | Min 24h volume |
| `minHolders` | integer | `0` | Min holder count |
| `minMindshare` | number | `0` | Min mindshare score |
| `requireVerified` | boolean | `false` | Only verified agents |
| `maxResults` | integer | `50` | Max results (max 500) |

### Output Format

```json
{
  "_type": "agent",
  "rank": 1,
  "name": "Luna",
  "symbol": "LUNA",
  "category": "IP MIRROR",
  "role": "ENTERTAINMENT",
  "chain": "base",
  "price_change_pct_5m": -0.12,
  "price_change_pct_1h": 1.34,
  "price_change_pct_6h": -2.11,
  "price_change_pct_24h": -3.71,
  "momentum_label": "flat",
  "volume_usd_5m": 245.50,
  "volume_usd_1h": 820.30,
  "volume_usd_6h": 3200.00,
  "volume_usd_24h": 10186.01,
  "tvl_usd": 1261327.00,
  "market_cap_virtual": 5420000.00,
  "liquidity_usd": 892000.00,
  "holder_count": 457866,
  "holder_count_change_pct_24h": 0.12,
  "top_10_holder_pct": 18.4,
  "dev_holding_pct": 0.0,
  "mindshare": 0.2,
  "is_verified": true,
  "cores": ["Cognitive Core", "Voice Core", "Visual Core", "Game Core"],
  "twitter_url": "https://x.com/luna_virtuals",
  "launched_at": "2024-04-03T09:25:01Z",
  "agent_url": "https://app.virtuals.io/virtuals/39c50d2e-...",
  "token_explorer_url": "https://basescan.org/token/0x55cD6..."
}
```

### Momentum Labels

| Label | 24h Price Change |
|-------|-----------------|
| explosive | ≥ 50% |
| strong\_up | ≥ 20% |
| up | ≥ 5% |
| flat | -5% to +5% |
| down | < -5% |
| crash | < -20% |

### Mindshare

Virtuals Protocol's proprietary metric measuring an agent's community attention and engagement relative to the ecosystem. Higher mindshare = more community focus on that agent.

### Pricing

- Base fee (per run): **$0.003**
- Per agent returned: **$0.002**

### Data Source

[Virtuals Protocol API](https://www.virtuals.io) — official data. No API key required.

***

**Keywords:** Virtuals Protocol tracker, AI agent token prices, BASE chain AI tokens, AI agent mindshare analytics, virtual agent holder count, AI crypto tokens scraper, Virtuals Protocol API, AI agent tokenomics data, BASE chain token tracker, crypto AI agent monitoring, AI agent volume data, Virtuals Protocol market cap, on-chain AI agent metrics, no API key required

# Actor input Schema

## `sortBy` (type: `string`):

Sort agents by this metric.

## `order` (type: `string`):

Sort direction.

## `status` (type: `string`):

Filter by agent publication status.

## `category` (type: `string`):

Filter by agent category.

## `minVolume24hUsd` (type: `number`):

Only return agents with at least this 24-hour trading volume.

## `minHolders` (type: `integer`):

Only return agents with at least this many token holders.

## `minMindshare` (type: `number`):

Virtuals Protocol mindshare metric — higher means more community attention.

## `requireVerified` (type: `boolean`):

If true, only return verified AI agents.

## `maxResults` (type: `integer`):

Maximum number of agents to return (max 500).

## Actor input object example

```json
{
  "sortBy": "volume24h",
  "order": "desc",
  "status": "PUBLISHED",
  "category": "",
  "minVolume24hUsd": 0,
  "minHolders": 0,
  "minMindshare": 0,
  "requireVerified": false,
  "maxResults": 50
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("gochujang/virtuals-protocol-tracker").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("gochujang/virtuals-protocol-tracker").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call gochujang/virtuals-protocol-tracker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,gochujang/virtuals-protocol-tracker"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/8nZts68UeO4j8Waet/builds/HpaMCgJgdGbh4kuDG/openapi.json
