> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-sync-code-change-91427ab.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Cobalt improves the B20 token standard, adds validity transactions, introduces dynamic node upgrades, and migrates Base to a Trusted Execution Environment.

|         | Status   | Date               |
| ------- | -------- | ------------------ |
| Sepolia | Shipping | September 23, 2026 |
| Mainnet | Shipping | September 30, 2026 |

## Features

<AccordionGroup>
  <Accordion title="B20 Improvements">
    **Base** · Precompile

    Cobalt brings improvements to the B20 token standard: pay transaction fees in B20s, schedule multiplier updates, transfer blocked simplification, and new Union and Intersect policies.
  </Accordion>

  <Accordion title="Validity Transactions">
    **Base** · Transactions

    Cobalt introduces validity transactions: signed transactions that Base includes only when onchain conditions (balance, storage, block-number, and Flashblock-index predicates) match. Use them for conditional swaps, withdrawals, and other state-dependent actions. See [Validity Transactions](/specifications/build-transaction/validity-transactions) for the full specification.
  </Accordion>

  <Accordion title="Dynamic Upgrades">
    **Base** · RPC

    Dynamic Upgrades introduces an Ethereum smart contract that stores upgrade timestamps for Base nodes, allowing nodes to query the contract and apply changes live. This change will be rolled out in metrics-only mode on Mainnet as data is collected to validate that the upgrades work smoothly.
  </Accordion>

  <Accordion title="TEE Migration">
    **Base** · Infrastructure

    Cobalt migrates Base infrastructure to run inside a Trusted Execution Environment (TEE). Detailed specifications will be published as the feature is finalized.
  </Accordion>
</AccordionGroup>
