BASIS
Documentation

Bankr launch status

livePending

$BASIS is the network token for the Basis inference network, LIVE on Base. The launch platform is Bankr and the chain is Base. This page states the current status honestly — every row is derived from real configuration, so nothing reads as live until it actually is — and lays out the readiness, launch, and post-launch checklists.

Overview

Launch platform
Bankr
Chain
Base · chainId 8453
Token
BASIS
Posture
Live on Base

$BASIS is LIVE on Base. Nothing on this page is an offer, a price, or investment advice. Addresses and URLs render from real configuration — an unconfigured deploy reads pending, and the downstream money paths (deposits, payouts, staker rewards) activate independently.

Current status

The launch URL, token address, and contract states are all derived from real configuration. The panel and badges below reflect what is actually set.

Live vs pending — derived from configuration
Launch components — status from configuration
  • Bankr launch URL

    Launch URL pending

    pending
  • Token address

    0x660FceEe54d71997F8f2b675Ee78EAb2d48DbBA3

    deployed
  • Credit vault contract

    0xb6cfb9354C0e8e5EfD6887E0Ee096fBAcDe5Fddc

    configured
  • Reward distributor contract

    0xC1c036da4C6b31f2E69FaE5E652005135b5A2d6b

    configured

Fee streams & treasury

A Bankr launch on Base creates a Doppler / Uniswap V4 pool with a swap fee. The Bankr / Doppler protocol splits that fee into a protocol cut and a creator portion. Those are source-backed Bankr protocol facts, traced to docs/BANKR_SOURCE_NOTES.md (which cites docs.bankr.bot/token-launching) — they describe the protocol split, not Basis economics. Basis receives only its beneficiary share, which is read from the launch output / fee API; it is null until read, never guessed. Accrued amounts are pending until a verified read.

Bankr / Doppler — source-backed protocol facts
  • Supply

    100,000,000,000 (100B) — fixed, not mintable

    source: docs.bankr.bot/token-launching

  • Liquidity

    Doppler / Uniswap V4 pool created at launch

    source: docs.bankr.bot/token-launching

  • Swap fee

    0.70% (70 bps), fixed/static

    source: docs.bankr.bot/token-launching

  • Protocol cut of swap fee

    5% (500 bps) — kept by Bankr / Doppler

    source: docs.bankr.bot/token-launching

  • Creator portion of swap fee

    95% (9500 bps)

    source: docs.bankr.bot/token-launching

  • Basis beneficiary share

    read from launch output / fee API — null, never guessed

    source: from launch read

  • Fee accrual

    both sides: WETH (token0) and $BASIS (token1), tracked separately

    source: docs.bankr.bot/token-launching

The 95% creator / 5% protocol split is the Bankr / Doppler protocol fact — it does not describe Basis economics by itself, and the 95% is the creator share, not “95% to Basis”. The Bankr protocol keeps its protocol share; Basis receives only its creator/beneficiary share, and the exact figure is read from the launch output / fee API — null until read, never guessed or hardcoded. The full model lives in Bankr fees.

Creator fees accrue on both sides of the pool — WETH (token0) and $BASIS (token1) — and are never blended; claimable and claimed are tracked separately per side. WETH-side is a liquid external reserve that funds real opex (inference backend, infrastructure, security and audits, liquidity ops); $BASIS-side is native inventory. Basis reads accrued fees over Bankr's unauthenticated endpoints once configured, but claiming is an explicit operator action with a signed wallet (the signature is the authorization) — never executed server-side, and no automatic buyback is promised. The fee model and the read endpoints live in Bankr fees; the $BASIS-side / WETH-side treasury policy is in Treasury.

Readiness checklist

High-level steps to complete before any public launch. Each is an explicit operator action — code can be ready, but execution is the operator's.

  • Confirm the token name and symbol ($BASIS) match across docs, the API, and the launch page.
  • Confirm the Bankr launch URL and the Bankr token page URL.
  • Confirm the treasury address and the operator/keeper address.
  • Deploy and configure the BasisCreditVault contract (credit vault address).
  • Deploy and configure the BasisRewardDistributor contract (reward distributor address).
  • Configure Base RPC, the operator wallet, and internal secrets in the deployment environment.
  • Verify no private keys are committed anywhere in the repo or history.
  • Verify no investment, yield, or guaranteed-earnings language appears in any copy.
  • Verify the settlement keeper runs dry-run and is idempotent (a batch hash settles once).

Launch checklist

  • Publish the Bankr launch page for $BASIS.
  • Announce $BASIS utility — inference credits, API usage, worker rewards, and settlement accounting.
  • Add the deployed token address and BaseScan links once the contract is live.
  • Enable deposits only after the credit vault is configured.
  • Enable worker rewards only after the reward distributor is configured.

Post-launch checklist

  • Publish the first verifiable inference receipt.
  • Publish the first settlement batch with its BaseScan links.
  • Re-verify that no investment/yield/guaranteed-earnings language slipped into launch copy.
  • Confirm deposits and worker rewards behave as configured (and only where enabled).

The complete launch checklist also lives in the repository at docs/bankr-launch.md. Treat that file and this page as the same source of intent; keep them aligned.

Deployment state

As configured today, the $BASIS token is deployed, the Bankr launch is pending, the credit vault is configured, and the reward distributor is configured.

These values come straight from configuration. When an address or URL is set, the corresponding row updates from pending to configured or deployed — and only then.