USTB is a permissioned fund share, not a governance token
USTB is best understood as tokenized ownership records for a private fund that holds short-duration Treasury Bills, with the investment objective framed around current income, liquidity, and principal stability, targeting returns in line with the federal funds rate.
The “token” does not introduce a new speculative asset with bespoke monetary policy. It represents fund shares that can be held either onchain (as tokens) or offchain (book-entry).
That design choice has an immediate fairness consequence. Economic upside and control are separated. Investors get the economics of T-bills net of fees. Superstate retains the control plane through compliance, allowlisting, and contract administration, which matters more than any “allocation” story you might be used to from conventional Web3 tokenomics. For a governance-token counterexample, compare this to Morpho tokenomics.
Access is not public-market neutral. USTB is only available to a limited subset of investors under a private fund exemption, and Superstate’s own product page explicitly frames eligible investors as “Qualified Purchasers” in supported jurisdictions.
History and major changes
USTB’s structure is anchored in U.S. private fund rails, and the onchain layer has evolved to better serve protocol integrations. The shift worth tracking is the explicit build-out of atomic subscribe paths and the supporting oracle and liquidity contracts.
On the access-control side, Superstate shipped an AllowlistV3 upgrade that introduced “Public Instruments” as a separate category from “Private Instruments” like USTB on July 16, 2025.
On the legal timeline, the SEC Form D for “Superstate Short Duration US Government Securities Fund, a series of Superstate Asset Trust” shows a signature date of January 2, 2024.
Supply and “allocation”: elastic issuance, no genesis split
USTB does not have a fixed supply, an emissions schedule, or a genesis allocation in the usual Web3 sense. Shares are issued as investors subscribe, and supply expands and contracts with capital flows. If you need a refresher on this vocabulary, our tokenomics FAQ covers the basics.
From an allocation-fairness angle, this is cleaner than many crypto projects because there is no disclosed insider pre-mine competing with users for upside. The trade is that concentration is a natural outcome of the investor base. The fund is offered as a 3(c)(7) private fund, which is structurally aligned with large, sophisticated holders, not broad distribution.
Allocations / distribution breakdown (what can be verified publicly)
- Investors (via subscriptions): Shares are minted when investors subscribe, including via an onchain subscribe function for protocols on Ethereum; “there are no limits for subscriptions.”
- Team / investors / foundation token buckets: No public documentation describes any genesis percentage split, vesting schedules, or insider unlocks because USTB is structured as fund shares rather than a typical project token.
- Issuer control rights (non-economic, but power-bearing): Superstate states its contracts are upgradeable and that admin-gated functions include minting, allowlist management, and forcibly burning an investor’s tokens under exogenous legal circumstances.
That last bullet is the quiet “allocation” that matters. In most token economies, supply allocation defines long-run governance and sell pressure. Here, the long-run power is embedded in administrative authority and legal discretion. It is harder to model, and it does not dilute as the holder base grows.
Mint, redeem, and pricing mechanics
USTB is designed to keep balances static and let value accrete through price. Superstate describes the mechanic explicitly: you are minted a static amount of tokens and your token balance stays the same unless you mint, burn, or transfer, while NAV per share increases over time and determines what you can redeem for dollars or USDC.
Pricing is framed as continuous. NAV per share is recorded to 6 decimals, started at $10.000000, and “increments continuously” as underlying holdings accrue interest.
Superstate also claims a “Continuous NAV/S” that updates every second, using a day-over-day growth rate extrapolation recalculated based on NAV calculation agent data, and purchases and redemptions are priced using that continuous NAV/S at the time a transaction is initiated.
Onchain, the continuous pricing concept is implemented through an oracle. Superstate describes a custom onchain oracle that receives updates when a new NAV/S is calculated and uses linear extrapolation between the two newest checkpoints.
Protocol subscribe path (Ethereum) is a single transaction flow: a protocol can call subscribe on the Ethereum USTB contract, which atomically transfers the investor’s USDC and mints USTB to the investor’s wallet, with price read from the continuous price oracle.
Protocol redeem path (Ethereum) can be atomic as well. Superstate describes a “RedemptionIdle” contract that holds USDC liquidity and allows a redeem call that burns USTB and returns USDC in one transaction, reverting if there is insufficient USDC liquidity in the contract.
Investor portal redeem path (non-atomic) is also supported. Superstate’s docs state you can redeem by transferring USTB tokens to a redemption address shown in the portal or by calling offchainRedeem() on the token contract, and that redemption proceeds may be delivered as USDC on Ethereum, USDC on Solana, or U.S. dollars.
This hybrid model is the core “tokenomics” of USTB. Most of the economic logic happens offchain in a regulated fund. The onchain layer compresses subscription and redemption workflows into composable contract calls, which is powerful for DeFi integrations, but it also makes the control surface more explicit and more concentrated. For a more stablecoin-like framing, see our USDtb tokenomics review.
Fees, yield path, and who captures value
USTB’s yield path is simple. Interest income from the underlying U.S. government securities is recognized each market day and reflected in NAV.
Superstate defines a “market day” as a day when both the NYSE and the Federal Reserve Bank of Philadelphia are open, with a market day window running from 9:00am ET to 8:59am ET the next such day.
Fees sit inside NAV. Superstate says fund operating expenses and a management fee of up to 15 bps accrue each market day and are reflected in NAV.
The fee schedule has two components worth calling out because they shape fairness across holder sizes.
First, Superstate’s docs state management fees and other fund expenses will not accrue until the fund reaches a $200 million net asset value, after which fees accrue daily.
Second, Superstate’s docs describe a tiered fee rate by client size: clients under $25 million NAV are charged 0.15%, while clients over $25 million NAV are charged 0.15% on the first $25 million and 0.05% above that.
On the product page, Superstate describes a closely related outcome via a monthly rebate for investors maintaining an average holding greater than $25 million, rebating 0.10% of the management fee for the average daily holding above $25 million, and it also states USTB is not subject to a performance-based fee or allocation.
Distributional takeaway. Small holders effectively subsidize operational fixed costs when AUM is mature because they pay the full headline rate, while very large holders receive a cheaper marginal fee. That is common in traditional finance. In a tokenized wrapper, it becomes more visible, and it can amplify concentration because big balance sheets get better net carry. For a non-U.S. T-bills reference point, see our Spiko EU T-Bills review.
For purchase friction, Superstate states the minimum initial investment is $100,000 unless waived.
For redemption rails, Superstate’s product page states that redemption in USDC is done through Circle as a third party, and that daily liquidity facilitated through USDC is subject to risks and restrictions outlined in the fund documents.
Control surface: admin keys, allowlists, upgrades
USTB is “onchain” in the way a permissioned financial instrument is onchain. It is transferable between allowlisted addresses, and the allowlist is Superstate controlled.
Superstate explicitly states that only the Superstate Admin Address can make changes to the EVM allowlist, and that allowlist updates occur when onboarding or offboarding an investor after KYC and investment agreement processes, with audited DeFi protocols potentially added at Superstate’s discretion.
On the EVM, Superstate describes USTB as an upgradeable OpenZeppelin ERC-20 implementation with modifications, including allowlist gating and an admin-controlled mint function for subscriptions.
Superstate also states its smart contracts are upgradeable and that admin-gated functions include forcibly burning an investor’s tokens if required by exogenous legal circumstances.
Multi-chain support adds convenience and complexity. Superstate lists USTB issuance on Ethereum and Solana, and also references Plume support, alongside book-entry holdings.
For EVM users, Superstate documents a bridge function that burns on the source chain and mints on supported destination chains, plus a helper bridgeToBookEntry path to move from tokenized shares to offchain book-entry.
Legally, USTB is organized as a series of a Delaware statutory trust, with Superstate Advisers LLC as investment manager, and Superstate claims the inter-series structure is bankruptcy remote from the investment manager and provides inter-series liability limitation.
The fund is described as exempt from SEC registration as a private fund per Section 3(c)(7) and offered pursuant to the 506(c) exemption of Regulation D.
Governance reality. There is no tokenholder governance process documented for USTB, and the onchain control plane is structurally centralized. That is not automatically “bad” for a regulated fund, but it is a hard constraint for DeFi integrations that want credibly neutral collateral. The fairness issue is that control is not pro-rata with ownership. It is administrative.
Risk analysis
Dominant risk: Centralized administrative control interacting with public DeFi composability.
USTB’s economic promise is conservative carry from short-duration Treasuries, but the instrument’s “tokenomics” live or die on who can control transfers, minting, redemption, and upgrades. Superstate states the contracts are upgradeable and that critical functions are gated behind a Superstate Admin Address, including minting, allowlist management, and forced burning of tokens under legal circumstances.
For a direct investor holding USTB in a wallet, this looks like a compliance feature. For a protocol using USTB as collateral, it is a tail risk channel that standard onchain risk models struggle to price. A forced burn event, an allowlist removal, or an upgrade that changes redemption behavior is not an onchain “market” event. It is an issuer decision shaped by external legal and regulatory constraints.
The most important mechanism-level point is that these risks can be discontinuous. You do not get gradual warning via rising volatility or liquidity spreads. You get a binary permissioning change. That is concentration risk in a different form. Not concentration of token supply into insiders. Concentration of operational authority into an admin role that sits outside tokenholder control.
If you want builder incentives, this is the cost. USTB’s architecture makes it feasible to offer atomic subscribe and redeem functions and a continuous pricing oracle, which can unlock clean integrations.
If you want censorship resistance, the design does not aim for it. USTB is explicitly a private instrument with restricted permissions. That is consistent with the legal structure. It is inconsistent with the assumptions many DeFi systems make when they treat an ERC-20 as neutral collateral.
Top 3 risks
Issuer admin intervention risk. Trigger: regulatory action, sanctions screening, legal disputes, or issuer operational decision. Mechanism: Superstate-admin-controlled allowlist changes, contract upgrades, mint gating, or forced burns, which Superstate explicitly documents as admin-gated capabilities. Who bears it: token holders, DAOs, and DeFi protocols relying on USTB transferability or redemption. Measurable indicators: allowlist permission changes, upgrade transactions on the proxy contracts, and abnormal redemption failures tied to permissioning rather than liquidity.
Redemption liquidity and rail dependency risk (USDC path). Trigger: disruption in USDC settlement, banking partners, or constrained onchain redemption liquidity buffers. Mechanism: Superstate notes USDC redemptions run through Circle as a third party, and its onchain RedemptionIdle contract reverts if there is insufficient USDC liquidity. Who bears it: redeemers needing fast liquidity and any protocol assuming instant exit. Measurable indicators: RedemptionIdle USDC balance vs expected outflows, frequency of reverted redeem calls, and delays in USDC payout confirmations from the issuer path.
Access concentration and secondary transfer constraint risk. Trigger: growth in demand from entities that cannot or will not complete KYC, or jurisdictions becoming unsupported, or protocol users expecting permissionless circulation. Mechanism: USTB is only transferable between allowlisted addresses, and Superstate documents onboarding tied to KYC and investment agreement processes. Who bears it: smaller market participants and protocols seeking broad distribution of yield-bearing collateral. Measurable indicators: growth in book-entry vs onchain share balances, concentration of holdings in a small set of allowlisted entities, and widening onchain market discounts if secondary liquidity is constrained by permissioning.
One practical note for builders. If you are integrating USTB into collateral, stablecoin reserve, or treasury automation, you need to model it like a regulated instrument with an onchain interface, not like a permissionless token. Treat admin actions as first-class parameters. This is where token economy design work becomes more like institutional risk engineering than emissions tuning.
If you want outside support, this is the kind of integration where a tokenomics consulting engagement is less about “allocation charts” and more about constraining failure modes in redemption, custody, and admin intervention.
This article is part of our Tokenomics Deep Dive series.








