Build Above
The Noise.
See Further.
Enten is a launchpad for complete token systems — not just an ERC‑20. Every launch ships on day one with its accounting, treasury, distribution, and upgrade machinery already wired together, then keeps evolving without asking holders to migrate.
Backing per token can only rise. Every system action is checked against it — anything that would dilute holders reverts.
Routing &
Execution
A fixed core — Controller, Token, Vault, and Kernel — holds each system's accounting and upgrade invariants. Bounded capabilities like auctions, borrowing, and treasury strategies install on top as modules and policies, each granted only the authority it needs.
let system = Controller::launch(Core {
token: Token::capped(MAX),
vault: Vault::backed(),
kernel: Kernel::unified(),
});
system.settle(Settle::Mint { .. })?;
// reverts unless backing-per-token holds
Enter the Portal
Open the swap interface for supported assets, wallet balances, and configured route execution.
System Auctions
View live auction price, lot size, remaining supply, backing, and wallet-ready buy flow.
Documentation
Comprehensive guides to architectural concepts, integration patterns, and contract logic.