LastcoinVision logoLastcoinVision
Roadmap

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.

  1. Chain foundation

    Shipped

    Cosmos 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.

  2. Identity (x/identity)

    Shipped

    W3C-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.

  3. Government modules

    Shipped

    Asset 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.

  4. Smart contract layers

    Shipped

    CosmWasm 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).

  5. Developer platform

    Shipped

    TypeScript 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.

  6. Public site

    In progress

    This website — institutional-facing documentation of what's been built.

    Developer and government-facing overviews, live devnet stats, token/supply transparency, and brand assets.

  7. Documentation site

    Planned

    A 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.

  8. Public infrastructure

    Planned

    CI/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.

  9. Security review

    Planned

    Static 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.