Solidity
Solidity is the language we write smart contracts in — the on-chain logic that has to be correct because it can’t be quietly patched later.

Solidity is the primary language for smart contracts on Ethereum and EVM-compatible chains. Contracts encode rules — ownership, transfers, access — that execute exactly as written and are visible to anyone.
On-chain code handles real value and is effectively permanent, so we treat it accordingly — small, audited contracts, heavy testing, and clear interfaces for the frontend. Done right, it gives users guarantees no backend can.
In the product,
not the slide.
Tokens & ownership
Standards-based tokens and on-chain ownership with sensible, audited logic.
Protocol logic
Rules for access, payments, and governance that execute transparently.
Tested & auditable
Extensive test suites and clean interfaces ahead of any external audit.