Kwil

  • Name: Kwil
  • URL: https://www.kwil.com/
  • Category: sovereign SQL blockchain / decentralized database / PostgreSQL-backed smart-contract infrastructure
  • Summary: Kwil is best cataloged as sovereign database infrastructure rather than as a generic appchain framework or simple “web3 database.” Its primary-source surface jointly describes sovereign blockchains that manage SQL databases, SQL-smart-contract execution through actions and view actions, PostgreSQL embedded into every node, Byzantine-fault-tolerant consensus, and an extension system for custom business logic, oracles, and authentication. The public repo and node docs make clear that Kwil is shipping a full node/CLI/database stack rather than a thin hosted service.
  • What it does:
    • Lets builders run sovereign blockchains that manage relational SQL databases instead of treating the database as an offchain sidecar
    • Exposes SQL Smart Contracts and action/view-action patterns so developers can define deterministic database mutations and low-latency reads
    • Uses PostgreSQL inside each node and a BFT consensus layer to replicate and validate database state across the network
    • Supports multiple key types and account models, making the network more flexible than EVM-only key assumptions
    • Provides node software, CLI tooling, quickstart flows, and an extension system for custom authentication, deterministic compute, network oracles, and other business logic
  • Key claims:
    • The homepage markets Kwil as “Web3 Native Decentralized Databases” and highlights SQL smart contracts, Tendermint-style Byzantine fault tolerance, PostgreSQL in every node, and an extension system
    • The concepts docs say “A Kwil Network is a sovereign blockchain that manages a SQL database,” which is the clearest high-level description of the project’s architecture
    • The concepts docs also define actions as the primary way SQL smart contracts are expressed, with transactions executed deterministically on each node
    • The node and repo docs say Kwil is built with PostgreSQL, requires dedicated PostgreSQL per node, and can be run in both single-node and multi-node topologies for evaluation and deployment
    • The GitHub README describes kwil-db as the node software for Kwil Networks and says it enables scalable, high-integrity web3 networks to be built on top of relational databases
    • The repo also points to Kuneiform as Kwil’s smart-contract language and emphasizes extensibility for custom network behavior, which suggests the project is broader than a simple replicated SQL ledger
  • Whitepaper: No canonical standalone Kwil whitepaper or litepaper surfaced in this pass. The clearest current sources of truth are the official homepage, concepts and node docs, and the public kwil-db repository; see ../whitepapers/kwil-primary-sources-2026-04-28.md.
  • Sources:
  • Last reviewed: 2026-04-28 UTC