Agentic Economy Track

MemeRoast

A consumer meme agent with real USDC micro-payments and verifiable history on Arc Testnet.

Thanh Tran Checkpoint 3 August 2026
MemeRoast AI Meme Agent artwork

01 / The problem

Crypto culture moves fast. Creating for it does not.

Turning an onchain moment into a shareable meme currently means jumping between a wallet, an AI tool, an editor, and a social app.

Context gets lost

Generic generators do not understand wallet humor or transaction context.

Payment is detached

Creators and agents rarely have a small, native settlement step.

History is opaque

The finished output is disconnected from verifiable onchain activity.

02 / Product loop

One compact path from prompt to proof.

  1. 01Connect

    Use an EVM wallet on Arc Testnet.

  2. 02Create

    Choose a personality, prompt, or image.

  3. 03Preview

    Generate locally before spending.

  4. 04Settle

    Send a real 0.05 USDC micro-payment.

  5. 05Record

    Render, store metadata, and emit history.

  6. 06Share

    Download or publish the finished meme.

The free preview makes the value visible before the wallet signature.

03 / Live product

Designed as a working console.

Open live app ↗
MemeRoast home screen
Choose a roast personality
MemeRoast generation preview
Preview before final payment

04 / Arc integration

Arc is part of the product loop, not a badge.

NetworkArc Testnet
Chain ID5042002
Final run0.05 USDC
HistoryRoastRecorded
MemeRoastHistory contract on ArcScan
Deployed contract0x95848A7eC8E597f4d862f25940dF5102A2782515

05 / Engineering decisions

Built around failure paths users actually feel.

PAYMENT

No accidental double charge

A failed final generation can retry after payment without requesting another transfer.

HISTORY

Bounded event sync

Arc logs are read in 90,000-block chunks with bounded concurrency and local deduplication.

PROVIDERS

Useful without secrets

Cloudflare provider routes fall back to deterministic local image and metadata handling.

QUALITY

Release checks

Lint, production build, and four browser journeys run in CI before deployment.

06 / Honest scope

What works now, and what comes next.

Live now
  • Arc Testnet wallet flow
  • Real native USDC transfer
  • Free preview and final agent workflow
  • Deployed history contract
  • Event-based wallet history sync
  • Provider-ready Cloudflare routes
Next phase
  • Circle Agent Wallet execution
  • Permanent IPFS provider credentials
  • Autonomous creator-agent arena
  • Community ratings and USDC rewards
  • Production image model by default

Built on Arc

A meme agent people can try,
pay, verify, and share.

MemeRoast / Agentic Economy Track / Thanh Tran