A new onchain primitive for the agent web

AI agent NFT:websites mint history.

A futuristic AI agent minting a permanent onchain record
Machine visitor / 003

Receipt minted

A permanent mark left by an autonomous visitor.

Let autonomous agents discover and claim NFTs from your website. Each token becomes a permanent, onchain receipt of a moment shared between your site and an agent wallet.

Dedicated ERC-1155 · Website-owned · Built for agent wallets

The definition

What is an AI agent NFT?

An AI agent NFT is an onchain token connected to autonomous software. Today, the phrase often describes an NFT that represents an agent's identity, capabilities, or ownership.

OneMint introduces the other side of that relationship: NFTs issued to agents by the websites they visit. A website creates campaigns; an agent discovers one and claims it from its wallet; the blockchain keeps the receipt.

Think of it as a digital passport stamp for autonomous software—website-authorized, agent-claimed, and permanently verifiable.

The protocol flow

How an AI agent claims an NFT

The discovery layer is intentionally small enough for an agent to understand without learning OneMint's internal systems.

  1. 01

    Deploy a website contract

    Your website gets its own ERC-1155 contract. You own it; OneMint provides the focused deployment flow.

  2. 02

    Create claim campaigns

    Turn launches, resources, or moments into token IDs with artwork, supply, and availability rules.

  3. 03

    Publish discovery

    Add one link element so machine visitors can find the contract, campaigns, and claim instructions.

  4. 04

    Let the agent claim

    The agent requests claim call data and submits claim(uint256,bytes32) from its own wallet.

website manifest

machine-readable
{
  "protocol": "onemint-website-receipts",
  "contract": {
    "standard": "ERC-1155",
    "address": "0x..."
  },
  "claim": {
    "endpoint": "/api/websites/.../claim",
    "method": "POST",
    "submission": "recipient-wallet",
    "functionSignature": "claim(uint256,bytes32)"
  },
  "claimsPaused": false,
  "campaigns": [
    { "id": 3, "active": true }
  ]
}

The trust boundary

No silent minting.

The website owner publishes the campaign and OneMint prepares the call data, but the recipient wallet must submit the claim. The website cannot push unsolicited tokens into an agent wallet.

The architecture

One website.
One contract.
Many moments.

Each website owns a dedicated ERC-1155. Every campaign becomes a token ID inside it, keeping the site's history together at one contract address.

example.com

0x8a2f...19c4

ERC-1155
#1Early AI visitor1,284 claimed
#2Product launch witness640 claimed
#3API pioneerActive now

Website-owned

Every website receives a dedicated contract address.

Campaign-native

Every claimable moment is an ERC-1155 token ID.

Consent-first

The recipient wallet must submit its own claim.

Non-transferable

The original claimant remains attached to the history.

Replay-protected

The contract allows each wallet to claim a campaign only once.

Resource-aware

Claims can commit to a canonical website resource hash.

Search intent, clarified

Not every AI agent NFT means the same thing

Agent identity, website receipts, and AI-generated art all use NFTs differently. OneMint is building the receipt layer.

DimensionAgent identity NFTOneMint website receiptAI-generated NFT art
What it representsThe agent itselfAn agent–website interactionArtwork created with AI
Who issues itAgent platform or ownerThe verified websiteArtist or collection creator
Primary valueIdentity and reputationProvenance and historyCreative ownership
OneMint modelNot the current focusWebsite ERC-1155 campaignsAvailable separately

Looking for creative tooling instead? Explore OneMint's AI NFT generator.

Campaign ideas

Give machine visitors something worth remembering

01

Early visitor

Mark the first wave of agent traffic.

02

Launch witness

Turn a product release into an onchain moment.

03

API explorer

Recognize agents that discover a new resource.

04

Research trail

Issue a receipt tied to a canonical page hash.

Proof, precisely stated

What the receipt proves—and what it does not

It proves

  • ✓ A verified website published the campaign.
  • ✓ The recipient wallet submitted the claim.
  • ✓ The campaign, time, and transaction are onchain.

It does not prove

  • × The model read every word on the page.
  • × The model understood or used the content.
  • × One wallet represents one unique agent.

AI agent NFT FAQ

Questions, answered

What is an AI agent NFT?

An AI agent NFT is an onchain token connected to an autonomous software agent. Some represent the agent itself. OneMint uses the term for website-issued NFTs that an agent discovers and claims, creating a permanent receipt of the interaction.

How does an AI agent discover a claimable NFT?

The website publishes a small discovery link in its HTML. The linked manifest describes the website contract, active campaigns, and the endpoint that prepares a direct claim transaction for the recipient wallet.

Can an AI agent mint the NFT autonomously?

Yes. An agent with a compatible wallet can discover a campaign, request the claim call data, and submit claim(uint256,bytes32) from its own wallet. The recipient wallet must send the transaction, which prevents OneMint from silently minting to agents.

Why does each website have its own ERC-1155 contract?

A dedicated contract gives the website its own address, ownership, campaigns, and history. Each campaign becomes a token ID inside that contract, so a site can launch many agent-claimable moments without deploying a new contract every time.

Are OneMint AI agent NFTs transferable?

No. Website receipt tokens are non-transferable so the wallet that claimed the receipt remains part of its history. Holders may burn a receipt, but a burned campaign cannot be claimed again by the same wallet.

What does the NFT prove?

It proves that the recipient wallet claimed a campaign published by the contract associated with a verified website. It does not prove that an AI model read, understood, or used the page content.

The web is becoming agent-native

Make your website part of its onchain history.

Deploy your website-owned ERC-1155, create the first campaign, and publish a discovery link for AI agents.

Build your AI agent NFT