World Liberty Financial USD1
World Liberty Financial (WLFI)
Market cap (static): ~$4.7B
Overview
Fastest-growing stablecoin of 2025 — launched by WLFI (Trump-family-linked project) in March 2025. Reached $2B+ market cap within months via Binance and Abu Dhabi MGX partnerships. Backed 1:1 by USD, US Treasuries, and cash equivalents, custodied by BitGo.
Features
Engineering-oriented breakdown of capabilities: standards, who they matter for, integration rationale, per-feature risks, and vetted external references (specs, docs, verified source).
| Feature | Standards | Audience | Why it matters | Risk / caveat | References |
|---|---|---|---|---|---|
BitGo qualified custody compliance | — | Corporate | Reserves custodied with BitGo — institutional due diligence focus; on-chain token does not custody assets. | Counterparty to custodian and issuer; early-stage disclosure may be limited. | |
Multi-chain from genesis cross chain | — | Both | Verify **official** contract addresses per chain before integration — placeholders in static data are not authoritative. | Wrong address integration is total loss; phishing and fake tokens are likely for high-profile launches. | — |
Institutional partner focus compliance | — | Corporate | Distribution may skew to partner venues — on-chain liquidity depth may lag top stables. | Concentration and listing risk; thin AMM liquidity on some chains. | — |
Standard ERC-20/BEP-20 admin compliance |
| Corporate | Typical centralized stable pattern — mint/burn/freeze; read verified source after addresses are confirmed. | Admin key compromise is catastrophic; freeze risk for users. |
EIP / ERC support matrix
Standards support for USD1. Click an EIP to jump to the global deep-dive section.
| Standard | Status | Notes |
|---|---|---|
| ERC-20 Fungible token standard | Implemented | Standard ERC-20 integration. No signature extensions confirmed at this time. |
| EIP-712 Typed structured data signing | Unknown | Required for any signature-based flow. Check before building relayer or gasless payment infrastructure on top of USD1. |
| EIP-2612 Permit — gasless ERC-20 approval | Unknown | Critical gap for DeFi integration if absent. USD1 must add EIP-2612 to compete with USDC for developer adoption. |
| EIP-3009 transferWithAuthorization | Not implemented | Single-transaction payment flows not possible without this. Would need to be added as an upgrade. |
| EIP-1967 Standard proxy storage slots | Unknown | If EIP-1967 is present, monitoring and ABI resolution tooling work automatically; if not, integrations need manual proxy tracking. |
| EIP-1822 UUPS — universal upgradeable proxy | Not implemented | Treat USD1 as non-UUPS unless a verified implementation proves otherwise. |
| ERC-4626 Tokenized yield vault standard | Not implemented | Protocols need external wrappers or vault products for ERC-4626 compatibility. |
| EIP-1271 Signature validation for smart contracts | Unknown | Institutional smart-wallet permit flows remain uncertain until this is verified. |
Technical notes
Standard ERC-20/BEP-20 with mint/burn/freeze admin. Always verify contract addresses on Etherscan and BscScan from official WLFI sources before any integration — do not use addresses from unofficial sources. Early-stage transparency — full due diligence recommended.
Reserves & peg
- Reserves
- USD, US Treasuries, cash equivalents — BitGo custody
- Collateral
- Fiat and Treasuries (off-chain)
- Peg mechanism
- Hard 1:1 via issuer redemption
- Auditor
- TBC — early-stage
Ecosystem
- DeFi integration
- CEX only — Binance, select exchanges
- Yield
- None
Risk factors
Networks & contracts
Deployments by chain — primary rows are highlighted. Always verify addresses against issuer docs before mainnet integrations.
| Network | Standard | Contract | Explorer |
|---|---|---|---|
EthereumPrimary | ERC-20 | 0x0000000000000000000000000000000000000000Placeholder — verify canonical address on Etherscan from official WLFI sources before integration. | View |
BNB ChainPrimary | BEP-20 | 0x0000000000000000000000000000000000000000Placeholder — verify canonical address on BscScan from official WLFI sources before integration. | View |
Engineering deep dive
Integration notes
USD1 is early-stage with verify-before-ship contract hygiene: source canonical addresses from official WLFI channels only, and re-check before mainnet deployments.
Custody
BitGo custody and partner-led distribution dominate—plan integrations around issuer upgrade and freeze patterns typical of centralised stables.