This changelog covers every public release of Skill Drift Protocol, from the initial Sepolia testnet deployment to the Base mainnet launch. Each entry lists what changed and when it shipped.Documentation Index
Fetch the complete documentation index at: https://docs.driftidentity.xyz/llms.txt
Use this file to discover all available pages before exploring further.
v1.0.0-MAINNET — Base mainnet launch
Released: May 2026 This is the production release. All core mechanics are live on Base with real ETH stakes and a signed Oracle.Contracts
| Change | Detail |
|---|---|
Deployed SkillDriftProfile to Base mainnet | Production contract, permanent addresses |
Deployed SkillDriftChallenge to Base mainnet | Handles duel creation, acceptance, and resolution |
| 24-hour cooldowns enforced on-chain | Prevents grinding between reporting sessions |
| 0.01 ETH minimum duel stake | Ensures meaningful stakes in every Arena challenge |
| 0.001 ETH mint fee | Required to create a new Drift ID |
| Signing key blacklist | Safety mechanism to invalidate known compromised signing keys |
Frontend
| Change | Detail |
|---|---|
| Base and Ethereum mainnet network support | Chain-aware contract addresses load automatically based on your connected network |
| Danger Level badges on incoming duels | Badges display Low, Moderate, High, or Extreme risk based on your opponent’s stats |
| Cooldown timers in hours/minutes/seconds | Countdown shows exactly when your next report window opens |
If you tested on Sepolia, your testnet Drift ID does not carry over to mainnet. You will need to mint a new one.
v1.0.4-BETA — Sepolia testnet
Released: May 2026 The first public deployment. Used to validate core mechanics before the mainnet launch.| Change | Detail |
|---|---|
| Initial testnet deployment on Sepolia | All contracts deployed; no real ETH required |
| Minting | Drift IDs mintable on testnet |
| Reporting | Stat updates through the Oracle signing flow |
| Dueling | Full duel lifecycle: create, accept, resolve |
| Oracle signing server | Basic server for signing stat reports |
| Event indexer | Indexes challenges and profiles for the app frontend |