anonymous by design. auditable by law.
Anonymous distributed-ledger protocol. Structural non-linkability across voting, wire transfer, custody, financing, and governance — one invariant, thirteen embodiments.
Protocol properties
Config-driven dual sealing
{
"anon_layer": {
"shyPayload": true,
"shyIDV": true
}
}Embodiment examples
13 contract variants. Each is a reference implementation — build your own on any variant. Branded co-mission products at co-mission.fyi.
Coercion-resistant anonymous ballots. Write-only posture on attested device. Hostile-regime ready.
shyvoting-v1Civic ReferendaAnonymous civic votes with operator-independent HSM-attested tally.
shywire-v1Private Value TransferConservation-auditable stablecoin transfers. Amount and sender unlinked in canonical state.
shycustody-v1Commodity CustodyWarehouse receipt system. Holder identity absent from canonical lot records.
shycontracts-v1Revenue FinancingAnonymous lender/borrower commitments with public goal-achievement attestation.
shyshares-v1DAO GovernanceWallet-weighted anonymous proposals. Delegation mapping structurally non-enumerable.
shychat-v1Private MessagingAnonymous dispatch. Sender identity structurally absent from canonical payload records.
How it works
// Ballot submission: two unlinked atomic writes
// List 1 (Vote Direction) — no identity
// List 2 (Voter Registry) — no vote choice
//
// Count-match invariant at poll close:
// |L1(P)| === |L2(P)| ← verifiable by arithmetic
//
// HSM-backed tally attestation:
// σ = Sign_KMS( H(R_vote || R_voter || N || C) )
// Logged to S3 Object Lock (365-day retention)