New
Builder-gated NFT mint and USDC rails on Arc.
A self-hosted proof-of-work demo showing how AIIV can combine Arc Testnet wallet UX, community eligibility, Builder score gating, ERC-721 minting, and Circle App Kit payment flows.
Deployment target
arc.aiiv.meIsolated VPS service on 127.0.0.1:3100, proxied by Caddy with automatic HTTPS. NFT mint targets Arc Testnet.
NFT mint flow
Eligibility before mint, authorization before transaction.
The mint page verifies wallet ownership, checks Arc community and Builder score providers on the server, then signs a short-lived mint authorization for the ERC-721 contract.
Read the user address and require Arc Testnet chain 5042002.
Use a signed wallet challenge to prove address ownership.
Provider checks Arc official channel membership and Builder score ≥ 500.
Submit an EIP-712 authorization to mint one testnet NFT per wallet.
MVP focus
USDC Send
Next
Bridge / Swap
Planned
Unified Balance
Proof package
What this demo proves for Build on Arc.
- Self-hosted on a production VPS at arc.aiiv.me
- Targets Arc Testnet chain 5042002 with standard EVM wallet flows
- Adds a gated NFT mint architecture with server-side eligibility authorization
- Keeps signing secrets server-side; no private keys or API keys are bundled into the frontend
Roadmap
From testnet credential to payment workflow
Ship the public mint UI, eligibility API abstraction, and NFT contract scaffold.
Connect official Arc channel and Builder score providers once stable API access is available.
Expand to App Kit bridge, swap, unified balance, and AI agent payment flows.