Skip to content
Astrolune

Contracts

System contracts, the deployment pipeline, and what the registry will hold once the VM is unblocked.

Fixture addresses for interface work. The genesis format that would fix them does not exist yet.

Deployment pipeline

A contract is written in Trocto, compiled to Regol, assembled to bytecode, validated at deploy time, then addressed by a tagged hash of its deployer and nonce.

/ 01

Write

Trocto (.tc) or Regol (.rg) by hand

/ 02

Compile

altc lowers .tc into .rg

/ 03

Assemble

Regol becomes VM bytecode

/ 04

Validate

Deploy-time jump-target and opcode validation — the single most important check in the ISA

/ 05

Deploy

A deploy transaction fixes the address

What deploy-time validation rejects

Deploy-time jump-target and opcode validation — the single most important check in the ISA

  • Any opcode outside the ISA
  • A jump whose target is not an instruction boundary
  • Any floating-point operation — none exists in the ISA at all
  • Any read of a clock, a random source or anything platform-dependent
  • Code above the container limit

System contracts

NameAddressCallsSize
Node registryCreates and holds every PoTB recordal1fab913f6f…dd57b657,749,78520.4 KB
AttestationTrust graph edges and their arrival timesal1855cd8534…f2c09e70,251,3888.6 KB
External challengeEpoch pairings and their resultsal109f1778db…10bb4f53,699,1286.2 KB
Operational bondDeposits and withdrawals for the 15% bucketal12b1d4e0c5…4a114c67,997,62712.8 KB
Offence evidenceDouble-signature proofs and slashingal1643aac86e…b3dd6b76,175,9316.3 KB
Epoch seedCommit, reveal and order-independent mixingal176d28fdcd…9a5b3a57,688,53818.6 KB
Name registryThe .lune zone, once it existsal1ee2a126eb…484f6f76,676,8737.5 KB

Verified contracts

Source-verified deployments, newest first.

View all
NameAddressLanguageDeployedVerified
stream-paymentsal1443b8a40b…e26f05Trocto59,132,795
merkle-airdropal19c9c7e913…838719Trocto58,938,362
attestation-relayal194f50e304…398d37Trocto58,610,070
oracle-feedal10d126dc9c…07e2aaTrocto58,610,017
vesting-lockal1fb4ad2a40…eee92eTrocto58,203,786
nft-collectional1c93b76193…f38e66Regol54,898,442
escrow-simpleal105dea02fc…ccf014Trocto54,759,728
fee-splitteral17b99bfaad…d52363Trocto42,171,216
treasury-v1al121ac192e7…502e11Regol38,530,699
name-auctional14b368b473…523465Trocto38,397,147