Live on Fuji Testnet
KUMPLY Compliance L1
The first Avalanche L1 where only KYB-verified institutions can validate. Every block is signed by a licensed entity — compliance baked into consensus.
L1 Successfully Deployed on Fuji Testnet
The KUMPLY L1 is fully operational on Fuji: the KumplyValidatorSetManager is actively managing the validator set via ACP-99, and the KMP gas token is active. We are currently coordinating with founding institutional validators (Bankaool, Arkangeles) to join the live consensus set.
View Source on GitHub ↗Validator Architecture (ACP-77 + ACP-99)
Validator registration flows through the KumplyValidatorSetManager contract, which enforces a Tier 4 (KYB) attestation as a prerequisite. State changes propagate to the P-Chain via Avalanche Warp Messages.
Validator Set (ACP-77 + ACP-99)
KYB-verified institutions only · 5–21 active validators
│ initializeValidatorRegistration(nodeID, weight)
▼
KumplyValidatorSetManager.sol
require: attestationStore.verify(msg.sender).tier >= 4
│ Warp Message (ACP-77 §"L1 Validator Manager")
▼
P-Chain · canonical L1 validator set sync
│ Snowman++ consensus
▼
KUMPLY L1 (Subnet-EVM, KMP gas) · 2s blocks · ICM enabled
Founding Validators
Each validator must hold a valid Tier 4 (Business / KYB) attestation in the KUMPLY AttestationStore. If the attestation expires, the validator is automatically removed by the contract — anyone can trigger the purge.
B
Bankaool
Digital bank · CNBV regulated
Tier 4 · KYBCommitted
A
Arkangeles
Venture capital · LatAm
Tier 4 · KYBCommitted
K
KUMPLY Protocol
Treasury validator
Tier 4 · KYBCommitted
L
LatAm DeFi Alliance
Regional consortium
Tier 4 · KYBInvited
I
Institutional TBD #5
Banking partner
Tier 4 · KYBIn Talks
Why a Dedicated L1?
The C-Chain works for today’s reads. Here is why we are building the Compliance L1 for institutional scale.
01
Compliant by Construction
Only KYB-verified institutions validate. Every block is signed by a licensed entity — the network itself becomes a regulatory artifact.
02
Sub-Cent Compliance Reads
Predictable, near-zero fees for compliance lookups at institutional scale. No more gas spikes blocking enterprise integrations.
03
Cross-L1 via Warp + ICM
Attestations propagate to every Avalanche L1 natively. No bridges, no oracles, no third-party trust assumptions.
04
Self-Healing Validator Set
When a validator’s KYB expires, anyone can call disableExpiredValidator(). The network removes non-compliant validators without admin intervention.
Deployment Artifacts
Everything required for deployment is committed and audited. One command spins the L1 up on Fuji.
Contract
KumplyValidatorSetManager.sol
Genesis
contracts/l1/genesis.json
L1 config
contracts/l1/l1-config.json
Deploy script
contracts/scripts/deploy-l1.sh
Network
Fuji testnet (initial)
Avalanche Community Proposals (ACPs)
KUMPLY L1 implements the latest Avalanche standards for sovereign L1s, dynamic validator management and Warp-based cross-chain messaging.