Skip to content

Add acknacki namespace for Acki Nacki blockchain#182

Open
Futurizt wants to merge 1 commit intoChainAgnostic:mainfrom
Futurizt:acknacki-namespace
Open

Add acknacki namespace for Acki Nacki blockchain#182
Futurizt wants to merge 1 commit intoChainAgnostic:mainfrom
Futurizt:acknacki-namespace

Conversation

@Futurizt
Copy link
Copy Markdown

@Futurizt Futurizt commented Apr 6, 2026

Summary

Adds the acknacki namespace for the Acki Nacki blockchain — a probabilistic proof-of-stake consensus protocol optimized for fast finality with execution parallelization, running AVM (Advanced Virtual Machine) supporting TVM and WASM.

Peer-reviewed publication: ACNS 2024 (Springer)

Networks

CAIP-2 Network
acknacki:0 Mainnet
acknacki:1 Shellnet (testnet)

Files

  • acknacki/README.md — Namespace overview, rationale, governance, Springer reference
  • acknacki/caip2.md — Chain ID specification (global_id from block header)
  • acknacki/caip10.md — Account ID specification (DappID.AccountID, 512-bit composite address)

Key differentiators from existing namespaces

  • AVM: supports both TVM and WASM execution (not TVM-only)
  • DApp ID: unique addressing model — accounts identified by DappID.AccountID (not workchain:address)
  • Gasless internal transactions: contracts within same DApp ID share gas pool via DappConfig
  • Probabilistic PoS consensus: 2-step finality, subquadratic message complexity

References

Acki Nacki is a probabilistic proof-of-stake consensus protocol
optimized for fast finality with execution parallelization.
Runs AVM (Advanced Virtual Machine) supporting TVM and WASM.
Published at ACNS 2024 (Springer): doi:10.1007/978-3-031-61486-6_4

Namespace: acknacki
Reference: global_id from block header

Networks:
  acknacki:0 — Mainnet
  acknacki:1 — Shellnet (testnet)

Includes:
  README.md  — namespace overview with Springer reference
  caip2.md   — chain ID spec (global_id)
  caip10.md  — account ID spec (DappID.AccountID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants