# Cryptographic Truth Packet: Unykorn Suffix Registry

This document is a technical reference guide for due diligence teams, protocol auditors, and technical VC partners. It provides the exact smart contract deployment addresses, sample mainnet anchors across all supported ledgers, and CLI query commands to prove the immutable existence of the Unykorn registry.

---

## 1. Smart Contract Registries (Polygon Mainnet)

Our EVM routing and Token-Bound Account (TBA) infrastructure is deployed on Polygon Mainnet:

* **Sovereign Suffix Registry Contract**: 
  * Address: `0x4E574939D460d284B5D990646D4aeaEF2D49Fa13`
  * Role: Manages TLD ownership, RUFADAA-compliant probate heartbeats, and maps sub-domains.
* **ERC-6551 Account Registry**:
  * Address: `0x000000006551c109afdec6687364ee40d40e3d6a`
  * Role: Deploys smart contract wallets bound to individual suffix roots and subdomain tokens.
* **TBA Implementation Standard (ERC-1967 Proxy)**:
  * Address: `0x5526000000000000000000000000000000000000`

---

## 2. On-Chain Suffix Mappings (Mainnet Anchors)

The following live, immutable tokens represent our core digital real estate. They are fully minted and active.

### 2.1 The Master Suffix Root: `.1`
* **Solana Mint (Token-2022)**: `CeqeKAq3ZVVbENCrM4Hq1cXiSFnFWPgbc5R63Sa1pfMh`
* **Stellar Issuer Account**: `GCTNXH3SH4ITXGGETYEQSNMYL6HYJDKTLYVSEVNF5LB3FAPPFSYB5HPQ`
* **XRPL Mint Transaction**: `984651A89F8786C8B636B6504A0FFA63400E998CCEB76B8A5EC380203F5836BB`
* **Metadata IPFS Hash (Pinata)**: `bafkreiaft2glzfhu25ujdojblvjz4fbyk6gx65rw25pj2rzmhzbkswqowu`

### 2.2 The Gold Trust Suffix: `.gold`
* **Solana Mint (Token-2022)**: `t8Do4j7CxT47y1gFdbChnnZx7S8xAdQoRdVXZf3mH67`
* **Stellar Issuer Account**: `GBF7GFUASYXPI4E6OTJLTJZKNKBOTFZT2TQFMBGTDBQ2RM5HJISOAYWA`
* **XRPL Mint Transaction**: `8BA9465B1BB3639436764F70D13DAD93B7AD1811A85876ABD2F4B1C2DFB1722B`
* **Metadata IPFS Hash (Pinata)**: `bafkreiadn2urecvosfveb4hguwexic4lamjsavby2kzvx7fjo6u67ddu4q`

---

## 3. Manual CLI Verification (For Technical Due Diligence)

Any engineer can verify the "truth" of our system using standard command-line interfaces.

### 3.1 Query Solana Mint Configuration (Verify Authority Renunciation)
Run the following Solana CLI command to prove the mint authority has been set to `None` (guaranteeing that no additional tokens of this suffix can ever be created):
```bash
solana token CeqeKAq3ZVVbENCrM4Hq1cXiSFnFWPgbc5R63Sa1pfMh --url mainnet-beta
```
*Expected Output*:
* **Mint Authority**: `None`
* **Decimals**: `0`
* **Supply**: `1`

### 3.2 Query IPFS Metadata Integrity
To prove the suffix properties are permanently bound, query the metadata payload directly from the IPFS network:
```bash
curl -s https://gateway.pinata.cloud/ipfs/bafkreiaft2glzfhu25ujdojblvjz4fbyk6gx65rw25pj2rzmhzbkswqowu
```
