> SYSTEM_MANUAL
READABLE TECHNICAL CORE
SIGNALBOUND DOCS

Technical reference without the noise.

This page documents how Signalbound fits together: ERC-721 collection, sealed reveal, on-chain renderer, agent registration, and holder-gated tools.

NFT standard ERC-721
Network Ethereum
Art path on-chain render
Reveal future block seed
Tools clearance gated
> OVERVIEW
COLLECTION FIRST

Signalbound is an ERC-721 collection first.

Agent protocols are additional rails. They do not replace the NFT standard. The token remains the anchor for ownership, art, reveal state, and access decisions.

TokenERC-721
Supply6,666
RevealUpcoming
RightsCCO base art
> SYSTEM_SCHEMATICS
ENGINE: ON-CHAIN SVG

Data pipeline flow

sold out sealed tokens
v
request on-chain reveal
v
future block fixes reveal seed
v
tokenURI composes metadata and SVG
// renderer path
tokenURI(tokenId)
  -> read reveal state
  -> derive token DNA
  -> load shared fragments
  -> compose SVG
  -> return base64 JSON
> AGENT_RAILS
DISCOVERY / BINDING / TOOLS
ERC-8004

Agent discovery

Registration files let clients discover a token-bound agent profile and its public metadata path.

ERC-8217

Owner binding

The agent can be bound to the current token owner so control follows NFT ownership.

ERC-7496

Dynamic traits

Trait reads can be exposed through an adapter without changing the ERC-721 collection contract.

ERC-8257

Gated tools

Tool routes can require holder verification and clearance before returning protected results.

> CHIP_EXPANSION_SLOT
PORT: ERC-8257 READER
DECK_READER: ACTIVE[ONLINE]
STANDARD
intel, drop radar
RARE+
portfolio, allowlist scanner
ELITE
offer radar, dispatch
STATUS: CLEARANCE MAP LOADED
> DEPLOY_SEQUENCE
SEALED TO REVEALED
  1. 01
    Generate sealed metadata.

    Public token pages remain sealed before reveal.

  2. 02
    Deploy storage, renderer, and collection.

    The stack separates art fragments, rendering, and ERC-721 ownership behavior.

  3. 03
    Sold out while sealed.

    Final trait combinations are not surfaced before the reveal seed is fixed.

  4. 04
    Finalize reveal.

    After the target block is available, tokenURI resolves final SVG and traits.

  5. 05
    Open agent surfaces.

    Registration, token pages, Arena, and gated tools can use resolved agent data.

> RIGHTS_AND_SAFETY
CCO / USER RESPONSIBILITY

Original Signalbound art and project-generated token output are released for open reuse under the project's CCO rights layer. Third-party dependencies, wallets, marketplaces, providers, and protocols keep their own terms.

VERIFY LINKS BEFORE SIGNING
NEVER SHARE PRIVATE KEYS
READ CONTRACT STATE DIRECTLY
USE OFFICIAL PROJECT ROUTES