Art Tokenization Explained
How Aegis Core uses Ethereum standards ERC-721 and ERC-3643 to create compliant, fractional ownership of artworks while maintaining regulatory compliance and privacy.
What is Art Tokenization?
Tokenization converts ownership of a physical artwork into digital tokens on a blockchain. Each token represents a fractional share of the artwork, enabling multiple investors to own a piece of a valuable asset that would otherwise be inaccessible.
Aegis Core uses a dual-token architecture combining two Ethereum standards: ERC-721 (the Master NFT representing 100% ownership) and ERC-3643 (compliant fractional tokens). This architecture ensures both legal compliance and programmatic enforcement of ownership rights.
ERC-721: The Master NFT
What is ERC-721?
ERC-721 is the Ethereum standard for Non-Fungible Tokens (NFTs). Unlike cryptocurrencies like Bitcoin or Ethereum (which are fungible—one unit is identical to another), NFTs are unique, indivisible tokens. Each ERC-721 token has a unique identifier and cannot be split or duplicated.
How Aegis Core Uses ERC-721
In Aegis Core's architecture, the ERC-721 token (called the "Master NFT") represents 100% membership interest in an off-chain legal entity—typically a Delaware Series LLC or Luxembourg Société à Responsabilité Limitée (SARL).
- Legal Entity Ownership: The Master NFT holder owns the legal entity that holds title to the physical artwork. This creates a clear legal structure recognized by courts.
- Indivisible Title: The Master NFT cannot be split. It represents the entire legal entity, ensuring clear title ownership.
- Metadata Storage: The Master NFT stores critical metadata: provenance records, custody agreements, insurance policies, and physical location—all updated in real-time via API integrations with custodians and insurers.
- Vault Pattern: The Master NFT acts as the "vault" that holds the artwork. Fractional shares (ERC-3643 tokens) represent ownership of this vault, not direct ownership of the artwork.
ERC-3643: Compliant Fractional Tokens
What is ERC-3643 (T-REX)?
ERC-3643, also known as T-REX (Token for Regulated EXchanges), is an open-source standard developed by Tokeny Solutions for creating permissioned, compliant tokens representing Real World Assets (RWAs). Unlike ERC-721, ERC-3643 tokens are fungible—one token is identical to another—and can be divided into fractional shares.
The key innovation of ERC-3643 is its built-in compliance logic. Each token contract includes a Compliance contract that defines jurisdiction-specific rules (e.g., "only accredited investors in the USA" or "only qualified investors in the EU"). These rules are enforced programmatically at the smart contract level.
How Aegis Core Uses ERC-3643
When an artwork is tokenized, Aegis Core creates fractional shares using ERC-3643. For example, a $1 million painting might be divided into 1,000,000 tokens, each representing 0.0001% ownership of the Master NFT (and thus the legal entity holding the artwork).
- Programmatic Compliance: The Compliance contract's
canTransfer()function automatically checks the Identity Registry before any transfer. If the recipient doesn't hold required claims (e.g., "IS_ACCREDITED", "JURISDICTION_USA"), the transfer fails. - Identity Registry: The ERC-3643 Identity Registry stores anonymous compliance claims (e.g., wallet address "0xABC..." holds claim "TIER_3"). No PII is stored—only verifiable attestations issued by law firms.
- Fractional Ownership: Investors can purchase any number of tokens, enabling fractional ownership. A collector might own 100,000 tokens (10% of the artwork) or 1 token (0.0001%).
- Secondary Market Trading: ERC-3643 tokens can be traded on compliant secondary markets. Each transfer is automatically checked for compliance, ensuring only verified investors can participate.
The NFT Vault Pattern: How ERC-721 and ERC-3643 Work Together
Aegis Core uses the "NFT Vault Pattern" to combine the unique title ownership of ERC-721 with the fractional, compliant shares of ERC-3643. This architecture solves the fundamental challenge of tokenizing physical assets: maintaining clear legal title while enabling fractional ownership.
Step-by-Step Tokenization Process
- 1
Artwork Upload & Legal Entity Formation
A gallery or artist uploads an artwork to Aegis Core. The platform facilitates formation of a Delaware Series LLC or Luxembourg SARL that will hold legal title to the artwork. This entity is the "vault."
- 2
Master NFT Creation (ERC-721)
A single ERC-721 token (the Master NFT) is minted, representing 100% membership interest in the legal entity. This NFT is indivisible and represents complete ownership of the "vault." Metadata includes provenance, custody location, and insurance details.
- 3
Fractional Token Creation (ERC-3643)
Fractional shares are minted using ERC-3643. For example, 1,000,000 tokens might be created, each representing 0.0001% ownership of the Master NFT. The Compliance contract defines jurisdiction-specific rules (e.g., "only Tier 3 investors").
- 4
Compliant Distribution
When an investor attempts to purchase tokens, the Compliance contract checks the Identity Registry. If the investor holds required claims (verified by their law firm via Opus), the transfer proceeds. If not, it fails automatically.
- 5
Ongoing Management
The Master NFT's metadata is updated in real-time via API integrations with custodians (Geneva Freeport, Delaware Freeport) and insurers (AXA Art, Chubb). Token holders can verify custody status, insurance coverage, and physical location at any time.
Benefits of This Architecture
Clear Legal Title
The Master NFT represents ownership of a legal entity recognized by courts. This creates enforceable property rights, unlike direct NFT ownership of physical assets.
Programmatic Compliance
ERC-3643's Compliance contract enforces regulatory requirements automatically. No manual checks required—the smart contract ensures only verified investors can hold tokens.
Fractional Ownership
Investors can own any fraction of an artwork, making high-value art accessible to a broader range of collectors. A $10 million painting can be divided into 10 million tokens at $1 each.
Liquidity
Fractional tokens can be traded on compliant secondary markets, providing liquidity that doesn't exist in traditional art ownership. Investors can exit positions without selling the entire artwork.
Transparency
All ownership, transfers, and compliance checks are recorded on-chain, creating an immutable audit trail. Regulators can verify compliance without accessing private information.
Privacy Protection
The Identity Registry stores only anonymous compliance claims—no PII. Collectors remain anonymous while meeting regulatory requirements, preserving the privacy essential to the art market.
Technical Implementation Details
Compliance Contract Functions
canTransfer(address _from, address _to, uint256 _amount)Checks the Identity Registry to verify that the recipient holds required compliance claims. Returns true if transfer is allowed, false otherwise. This function is called automatically before every token transfer.
identityRegistry()Returns the address of the ERC-3643 Identity Registry contract that stores compliance claims. This registry is global and shared across all ERC-3643 tokens on the platform.
compliance()Returns the address of the Compliance contract that defines jurisdiction-specific rules. Each artwork's token contract references its own Compliance contract, allowing different artworks to have different compliance requirements.
Identity Registry Claims
The Identity Registry stores anonymous compliance claims as key-value pairs. Examples include:
JURISDICTION_USA- Investor is verified for US transactionsIS_ACCREDITED- Investor meets SEC accredited investor requirementsTIER_3- Investor verified for transactions exceeding $2MJURISDICTION_EU- Investor is verified for EU transactionsIS_QUALIFIED- Investor meets EU MiFID II qualified investor requirements
These claims are issued by law firms via the Opus portal after completing AML/KYC verification. The platform never sees the underlying documentation—only the final attestation.
Ready to Tokenize Your Artwork?
Learn how to tokenize your artwork using Aegis Core's compliant infrastructure.