Built in the open, phase by phase
This tracks the project's actual build phases, not a marketing timeline — status reflects what's been built and verified, not what's aspirational. No calendar dates, because those aren't ours to promise.
Chain foundation
ShippedCosmos SDK base chain, staking, EIP-1559-style fee market with partial burn.
lcvd daemon on Cosmos SDK + CometBFT, IBC-enabled, with a 10-year decaying emission schedule funding staking rewards and a governance-tunable dynamic base fee.
Identity (x/identity)
ShippedW3C-style DIDs and verifiable-credential hashes at the protocol level.
did:lcv:<address> identifiers, governance-authorized credential issuers, and account tiers (pseudonymous / attested / institutional) — personal data never touches the chain, only hashes and revocation status.
Government modules
ShippedAsset registry, commit-reveal elections, and split-payment tax routing.
x/registry (land/asset records), x/voting (eligibility-gated commit-reveal elections), and x/taxrail (atomic tax-and-remainder transfers) — each with on-chain invariants and a published SPEC.md, including honest limitations.
Smart contract layers
ShippedCosmWasm and EVM compatibility, with reference contracts for both.
Governance-gated CosmWasm code upload, an Ethereum-JSON-RPC-compatible EVM with a native ulcv bridge, and reference contracts (escrow, invoice factoring, consent registry, procurement workflows).
Developer platform
ShippedTypeScript SDK, create-lcv-app scaffolder, and a rate-limited faucet.
Typed clients for every custom module, Keplr/MetaMask wallet helpers, four starter templates that run against a devnet out of the box, and a testnet faucet with per-address and per-IP limits.
Public site
In progressThis website — institutional-facing documentation of what's been built.
Developer and government-facing overviews, live devnet stats, token/supply transparency, and brand assets.
Documentation site
PlannedA dedicated docs.lastcoinvision.com with tutorials verified against a live devnet.
Module reference generated from each SPEC.md, a validator handbook, and end-to-end tutorials that are actually run, not just written.
Public infrastructure
PlannedCI/CD, a full docker-compose stack, and a public testnet topology.
Automated builds and nightly devnet runs, a block explorer, and documented sentry/validator infrastructure for a real public testnet.
Security review
PlannedStatic analysis, fuzzing, and a documented audit scope ahead of any public launch.
gosec/staticcheck/cargo-audit/npm-audit/Slither passes, fuzz tests on the highest-risk message handlers, and a public SECURITY.md and AUDIT_SCOPE.md.