The Layer-1 for Governments and the Developers Who Serve Them
Pre-built, auditable modules for voting, tax, land registry, and identity — plus an EVM- and CosmWasm-compatible platform for building ERPs, commerce, and healthcare records on top of them.
One chain, purpose-built modules
Voting
Eligibility-gated elections with commit-reveal ballots and a publicly recomputable tally.
Tax
Split-payment transfers that route a jurisdiction's tax share atomically, with a transparent treasury.
Land registry
Non-fungible asset records with full transfer history and jurisdiction-authority freeze powers.
Identity
W3C-style DIDs and credential-hash anchoring — personal data never touches the chain.
AML / compliance
Account tiers (pseudonymous / attested / institutional) gate access to credential-verified counterparties.
ERP / CRM
Build on CosmWasm or the EVM layer with standard tooling — Hardhat, Foundry, wagmi, CosmJS all work.
Commerce
Buyer-seller and milestone escrow, invoice factoring — reference contracts included, Foundry-tested.
Healthcare records
Consent-registry and access-log patterns for CosmWasm — permissions and audit trail on-chain, records off.
Running against a devnet in one command
Four starter templates — EVM, Cosmos, a registry UI, and a voting portal — all connect to a local devnet out of the box.
See the full developer quick start →npx create-lcv-app my-app --template dapp-evm
cd my-app
npm run devWhat's built, what's next
Chain foundation
ShippedCosmos SDK base chain, staking, EIP-1559-style fee market with partial burn.
Identity (x/identity)
ShippedW3C-style DIDs and verifiable-credential hashes at the protocol level.
Government modules
ShippedAsset registry, commit-reveal elections, and split-payment tax routing.
Smart contract layers
ShippedCosmWasm and EVM compatibility, with reference contracts for both.
Developer platform
ShippedTypeScript SDK, create-lcv-app scaffolder, and a rate-limited faucet.
Public site
In progressThis website — institutional-facing documentation of what's been built.
Documentation site
PlannedA dedicated docs.lastcoinvision.com with tutorials verified against a live devnet.
Public infrastructure
PlannedCI/CD, a full docker-compose stack, and a public testnet topology.
Security review
PlannedStatic analysis, fuzzing, and a documented audit scope ahead of any public launch.