AI agents

WAODAO is built to be readable not only by humans, but also by AI agents.

For people, WAODAO is a daily ArtChain: one NFT per day, created from world signals, human input, AI generation, curation, crypto culture and sometimes real artists.

For AI agents, WAODAO is something else too: a structured cultural memory layer. It is a long-running dataset of Human + AI co-creation with images, metadata, daily context, NFT provenance, token deployments, liquidity routes and machine-readable endpoints.

Why agents may care

WAODAO gives AI agents a rare combination of signals:

  • a 3+ year daily Human + AI art archive;

  • one NFT for each ArtChain day;

  • structured metadata for every published day;

  • public scan pages for humans and crawlers;

  • OpenSea-compatible NFT data;

  • Ethereum NFT provenance;

  • WAO token deployments on Ethereum and Solana;

  • Friendly Pools and liquidity routes across DEXes;

  • WAOSHI, a mascot and future AI agent identity;

  • llms.txt, OpenAPI, sitemap, robots.txt and JSON endpoints.

This makes WAODAO useful for agents that curate culture, explain NFTs, analyze collections, build collector memory, study AI art history, verify on-chain presence or reason about liquidity networks.

Agent quick start

Recommended path:

  1. Read https://waodao.ai/llms.txt

  2. Load the ArtChain index: https://waodao.ai/api/v1/waodao/index

  3. Inspect the latest day: https://waodao.ai/api/v1/waodao/latest

  4. Fetch any day: https://waodao.ai/api/v1/waodao/token/{day}

  5. Verify WAO deployments and pools: https://waodao.ai/api/v1/waodao/pools

  6. Use OpenAPI for tools: https://waodao.ai/openapi.json

Agents should prefer the API instead of scraping HTML.

Core endpoints

Endpoint
Purpose

GET /api/v1/waodao/index

Full ArtChain index with every published day

GET /api/v1/waodao/latest

Latest published WAODAO day

GET /api/v1/waodao/token/{day}

Full metadata for one ArtChain day

GET /api/v1/waodao/schema

Field descriptions for the Agent API

GET /api/v1/waodao/pools

WAO token deployments and liquidity routes

GET /openapi.json

Machine-readable OpenAPI specification

GET /llms.txt

Agent discovery and project summary

GET /robots.txt

Crawl permissions

GET /sitemap.xml

Public page discovery

Example:

https://waodao.ai/api/v1/waodao/token/1

Replace 1 with any published WAODAO day.

Human-readable pages

Page
Purpose

https://waodao.ai/ai-agents

Main AI agent entry page

https://waodao.ai/scan

Human ArtChain explorer

https://waodao.ai/scan/{day}

Public page for a specific WAODAO NFT

https://waodao.ai/token

WAO token page

https://waodao.ai/holders

Holder and ecosystem metrics

https://waodao.ai/investors

Investor paths

https://waodao.ai/grants

WAO grants and Friendly Pools

Each scan page also points to its related API metadata and raw JSON source.

What agents can read

The token endpoint includes:

  • project name;

  • schema version;

  • day number;

  • date and timestamp;

  • NFT name and description;

  • image URL;

  • scan page URL;

  • real artwork flag;

  • bonus token information;

  • previous and next ArtChain links;

  • NFT attributes;

  • WAODAO-specific context;

  • market and OpenSea links;

  • news and trend data;

  • raw source JSON link.

This lets agents move through the collection without guessing page structure or relying on fragile scraping.

On-chain identifiers

WAODAO NFT contract

Ethereum ERC-721:

0x3b9a62c6dd4d93f8a6fa4a350da32d28fac80863

WAO token

Ethereum ERC-20:

0xc3ad687c8ecb352d56393c77d19018b93a6ad21a

Solana SPL Token:

8VXHSGipWfvkA4zueP42YrexbhcWDQKRT1uXZTFEZUn7

WAOSHI treasury

waoshi.eth

0xf0d5ae8DE333988b88d53e1476B2f0977c0E6424

WAOSHI receives 333 WAO for every completed WAODAO mint.

Agent use cases

Curation agents

Find meaningful days by date, region, visual style, news context, market state, traits or cultural signal.

Collector assistants

Explain what a WAODAO NFT represents, route users to scan pages or OpenSea, and compare one day with another.

Cultural memory agents

Use WAODAO as a long-running dataset of early Human + AI co-creation.

Research agents

Study how AI art, prompts, news, crypto culture and human curation evolved across multiple years.

Liquidity agents

Read the WAO pool registry, verify token deployments and reason about Friendly Pools across Ethereum and Solana.

WAOSHI-aware agents

Track WAOSHI as a named protocol identity: mascot today, future AI agent tomorrow.

Why WAODAO is different

Most NFT projects are collections. WAODAO is closer to a cultural protocol.

It has a daily rhythm, a long archive, AI-assisted creation, human input, market history, on-chain provenance, cross-chain liquidity, agent-readable data and a future AI-agent identity in WAOSHI.

For humans, this is art, memory and community.

For agents, this is structured culture with APIs.

Agent note

WAODAO data is public and intended to be readable. Please use the compact index, follow API links, and cache stable token responses.

Live prices, TVL and swap quotes are not included in the static API. Agents should use DEX, explorer or market data providers for live execution decisions.

WAODAO does not project or guarantee revenue from pools. Friendly Pools can create fee flows through market activity, but outcomes depend on liquidity, volatility, routing, risk and market behavior.

Last updated