Space and Time

sxt
Rank #542•
CoinYQ Dossier

The proof checks the query; SXT disciplines the network around it

Space and Time began as a warehouse for applications that could not afford to run large SQL jobs onchain. Its central invention verifies the answer, while SXT pays and penalizes the people and machines that prepare it. The boundary between those jobs is the project’s real story.

A warehouse came before the chain

Nate Holiday and Scott Dykstra say they founded Space and Time in 2022 around a practical gap: decentralized applications could read a blockchain, but joining that history with application data was too expensive for a smart contract. The team ended the year with a controlled release and funding led by Framework Ventures and Microsoft’s M12.

In 2023 the product entered beta and Jay White’s Proof of SQL became public. White, a co-founder and the project’s research lead, supplied the technical hinge: a database could calculate offchain and give a verifier compact evidence that the calculation matched committed data.

The proof has a precise boundary

Proof of SQL does not put an entire database inside a smart contract. Indexers collect data, validators sign commitments to table state, and a prover evaluates a supported SQL query. A verifier then checks the zero-knowledge proof without rerunning the whole query.

That establishes computation and integrity relative to the commitment. It does not prove that an external price, identity or business record was true before ingestion. Validator agreement and the quality of the underlying source still matter. The public repository also says not every SQL function is supported, so ‘verifiable SQL’ is a defined subset rather than a promise about arbitrary queries.

Testnet promises became staged releases

On March 26, 2025 the project introduced SXT Chain as a live testnet indexing six networks and supporting tamper-resistant tables and Proof of SQL. The same announcement placed crypto query payments, EVM and client verification, community-run indexers and a permissionless database on the roadmap. Those sentences describe different states and should not be collapsed into one launch claim.

By May the Foundation said public mainnet had launched and opened a time-limited Genesis validator program. Mainnet v2 followed on November 5 with custom offchain tables for institutional data. The February 2026 economics paper describes live workloads being metered and settled in SXT, while the public proof and node repositories show continuing development rather than a finished decentralization story.

SXT works at the meter and the penalty box

A query proof is mathematics; SXT is the economic coordination layer around it. Clients pay SXT for queries, insertions and verifiable computation. Validators stake it behind availability and honest commitments, delegators can share fee compensation, and misconduct or poor service can trigger slashing. Table owners may receive fees when their data is queried.

Those roles should not be turned into a guaranteed yield. The whitepaper describes fee flows and temporary emissions, and its 50% table-owner example is illustrative rather than a fixed holder entitlement. An ordinary token balance does not itself run a prover, make its owner a validator or promise revenue.

Five billion tokens arrived with a human brake

The Ethereum token was minted once at five billion. The published allocation assigned 51.7% to community programs, 25.9% to investors and 22.4% to the team. Team and investor tokens follow a four-year schedule with 15% at month 12; ecosystem development unlocks over four years from launch. Although all community-reward tokens were called unlocked on day zero, only 375 million—7.5%—were described as available then, a warning that unlock and circulation are not synonyms.

The verified contract contains no later mint or upgrade function, but it is not without administration. A 4-of-5 Safe holds the default-admin and pauser roles, can change role membership and can stop transfers. ERC20Votes supplies delegation and historical vote balances, yet the reviewed sources do not identify a Governor that converts those balances into binding protocol control. SXT gives network-use functions; it does not document equity, redemption or ownership of Space and Time.

SXT also crosses networks through a different control surface. The Base contract has maxSupply zero, meaning unlimited locally. The same 4-of-5 Safe is its owner, CCIP admin, active minter and active burner; the CCIP pool can also mint and burn. Five billion is therefore a global accounting invariant that depends on Safe and bridge operations, not a limit enforced by the Base contract.

How the project changed

  1. 2022
    Space and Time begins

    Holiday and Dykstra found the company; the year ends with a controlled product release.

  2. 2023
    Beta and Proof of SQL arrive

    The warehouse opens in beta and the project publishes its zero-knowledge SQL system.

  3. 2025-03-26
    SXT Chain enters public testnet

    The testnet supports indexed chain data and proofs while several decentralization features remain roadmap items.

  4. 2025-05-06
    The SXT supply and allocation are published

    The project identifies the Ethereum contract, five-billion supply, allocation and four-year unlock rules.

  5. 2025-05-09
    The Foundation reports public mainnet

    A Genesis validator program follows the mainnet launch; its special rewards are time-limited rather than a standing rate.

  6. 2025-11-05
    Mainnet v2 opens custom tables

    The release lets customers register and query their own offchain data tables.

Evidence and primary sources

Last evidence review: 2026-09-05

What is Space and Time?

Space and Time is a decentralized data warehouse and blockchain for querying indexed chain data and registered offchain tables. Its Proof of SQL prover creates a zero-knowledge proof that a SQL computation was performed correctly against committed data. SXT is the Ethereum-issued utility token used to pay for query, insertion and verifiable-compute work and to stake behind validator duties. The proof system, network product and token are connected but are not interchangeable.

What problem does Space and Time solve?

Smart contracts can verify compact evidence but cannot cheaply reproduce a warehouse-scale SQL query. Space and Time moves storage and computation offchain, commits table state to the chain and returns a result with a proof. That answers whether the computation matches committed rows. It does not establish that an outside-world fact was true when an indexer first supplied the row, so source selection and validator attestations remain part of the trust boundary.

How does Space and Time work?

Indexers collect source data; validators threshold-sign commitments and service claims; a prover executes SQL and produces a Proof of SQL; a verifier checks that proof. SXT settles queries, data insertion and verifiable compute, while validators and delegators stake it and can be slashed for downtime or dishonest service. Table owners can receive part of query fees. The Ethereum ERC-20 was minted once at 5 billion units. Its current 4-of-5 Safe administrator can manage roles and pause transfers, but the verified contract exposes no later mint or upgrade function.

Key facts

  • Nate Holiday and Scott Dykstra say they founded Space and Time in 2022; Jay White is the co-founder and researcher credited with creating Proof of SQL.
  • A controlled product release arrived in 2022, followed by beta and the first public Proof of SQL release in 2023.
  • Proof of SQL proves computation against committed table data; it does not independently prove the original truth of every indexed row.
  • The March 2025 SXT Chain announcement described a live testnet and separately listed permissionless indexers, onchain query payments and broader verification as roadmap work.
  • The Foundation said public mainnet had launched by May 2025. A November 2025 Mainnet v2 release added custom offchain data tables.
  • Network roles include indexers, validators and provers. SXT is used for fees and stake; the token itself does not execute SQL or generate the proof.
  • Supply was minted once at 5,000,000,000 SXT on Ethereum contract 0xE6Bf…b195.
  • Allocation is 51.7% community, 25.9% investors and 22.4% team. Community is split into 28.0% rewards and 23.7% ecosystem development.
  • The team and investor allocations follow a four-year linear schedule with a 15% cliff at month 12; ecosystem development unlocks linearly for four years from day zero.
  • The project called the full 28.0% community-rewards allocation unlocked at day zero, yet said only 375 million SXT, or 7.5% of supply, was available to the community then. “Unlocked” therefore must not be read as “already circulating.”
  • The verified token has pause, permit and vote-delegation code, but no post-deployment mint, blacklist or upgrade entry point.
  • The active administrator and pauser is a 4-of-5 Safe. ERC20Votes checkpoints enable delegation, but the reviewed sources do not establish a token-holder Governor that binds protocol decisions.
  • Official docs also list Base SXT at 0xA2c2…f7b8. Its local maxSupply is zero, meaning unlimited. The same 4-of-5 Safe is owner, CCIP admin, active minter and active burner alongside the CCIP pool; five billion is therefore a global accounting invariant, not a Base-contract cap.

Official links

Frequently asked questions

Is SXT the SXT Chain itself?

No. SXT is an Ethereum ERC-20 used for network payment and staking. SXT Chain is the data network that coordinates commitments, queries and proofs.

What does Proof of SQL prove?

It proves that a supported SQL computation was evaluated correctly against committed table data. It does not by itself certify that an offchain source told the truth before its data was committed.

Can another SXT be minted?

The reviewed verified Ethereum contract minted 5 billion units in its constructor and exposes no later mint function. A replacement contract or another network asset would be a separate risk, not a power in this contract.

Who can stop SXT transfers?

An address with PAUSER_ROLE can pause them. At review time the role and default administration belonged to a five-owner Safe requiring four signatures.

Do SXT holders govern the protocol?

The token records delegated voting units through ERC20Votes, but the reviewed official code and documents do not show a Governor or describe which protocol decisions ordinary holders can bind. Holding SXT alone should not be treated as a governance, equity or redemption right.

Was every promised feature live at the testnet announcement?

No. The March 2025 post separated working testnet queries and proofs from planned onchain payments, EVM verification, community indexers and permissionless database operation. Later mainnet and v2 releases moved the product forward, but they do not retroactively make every roadmap item live in March.

Is SXT also on Base?

Yes. Official docs list 0xA2c2…f7b8 on Base. It has no local supply cap; the same 4-of-5 Safe and the CCIP pool are active minters and burners. Preserving the global supply therefore depends on their cross-chain accounting.

External trackers

Choose a tracking site for Space and Time: