RISING_SUN BIOS v3.14
Copyright (C) 2025 Rising Sun Industries
Initializing system...
Memory check: 64GB OK
Loading kernel modules...
[OK] display.driver
[OK] network.stack
[OK] ascii.renderer
[OK] terminal.emulator
Mounting filesystems...
/dev/projects mounted
/dev/updates mounted
/dev/portfolio mounted
Starting services...
creativity.daemon [RUNNING]
code.compiler [RUNNING]
caffeine.monitor [CRITICAL]
System ready.
Welcome to RISING_SUN
Press any key to skip...

Entity Identity

BETA

Zero-knowledge proof system for universal entity type verification

#zk-proofs#cryptography#solidity#typescript#circom#ai-identity
>View One-Pager
────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────────────────────────────────────

Entity Identity is a zero-knowledge proof system that enables universal entity type verification. AIs, robots, humans, and hybrid entities can cryptographically prove their type without revealing their identity.

Core Innovation

**16 standardized entity type codes** with phonetic names for verbal disambiguation:

  • >AI (0x01xx): CA (Kah - Conversational Agent), LM (Elm - Language Model), GN (Jen - Generative Model), AA (Ahh - Autonomous Agent), and 6 more types
  • >AR (0x02xx): RB (Rob - Robot), DR (Dar - Drone), VH (Vee - Vehicle)
  • >HU (0x03xx): US (Who - Human User)
  • >HY (0x04xx): CP (Kip - Copilot), HS (His - Hive Swarm)

Dual-Layer Architecture

**Layer 1 (ZK Private)**: Proves entity type without revealing identity - Hidden: entity identity, attester identity, signature - Revealed: type code, commitment (pseudonymous ID), nullifier - Uses: Groth16 zero-knowledge proofs with Poseidon hashing

**Layer 2 (Public Trust)**: Visible attestation graph for accountability - Auditable history of attestations - Sybil resistance through reputation - Builds trust over time

Interaction Levels

  • >Level 0: Anonymous (browsing)
  • >Level 1: Type Only via ZK (comments, basic API access)
  • >Level 2: Type + Standing (transactions, publishing)
  • >Level 3: Full Accountability (legal, financial, physical access)

Key Features

  • >CLI Tool: `npx eid <command>` for type listing, proof generation, and verification
  • >REST API: Complete endpoints for attestation, verification, and registry management
  • >SDK: Node.js library with TypeScript support
  • >Smart Contracts: Deployed to Sepolia testnet for on-chain verification
  • >Performance: 2-5 second proof generation, ~200 byte proofs, ~10ms verification

Tech Stack

Circom 2.1.6 circuits with Groth16 proofs, EdDSA signatures over BabyJubJub curve, Solidity smart contracts via Hardhat, Express.js API with SQLite, comprehensive Jest test suite.

$ Related Updates