{"id":"drift","title":"Drift","content":"**Drift** is a decentralized trading and [staking](https://iq.wiki/wiki/staking) platform built on the [Solana](https://iq.wiki/wiki/solana) [blockchain](https://iq.wiki/wiki/blockchain), offering perpetual futures, spot trading, and [liquid staking](https://iq.wiki/wiki/liquid-staking). It integrates an on-chain orderbook with [automated market-making](https://iq.wiki/wiki/automated-market-maker) to facilitate efficient, low-latency trading and optimized capital utilization. [\\[1\\]](#cite-id-uBntpN3IGt)\n\n# Overview\n\nDrift Protocol functions as a [decentralized exchange (DEX)](https://iq.wiki/wiki/decentralized-exchange) on [Solana](https://iq.wiki/wiki/solana), supporting various on-chain trading activities, including spot trading, perpetual futures, lending, borrowing, and passive liquidity provision. The protocol aims to overcome common limitations of on-chain exchanges, such as slow transaction speeds, low liquidity, and wide bid-ask spreads, by employing a combination of liquidity mechanisms and optimizing for computational efficiency.\n\nTo ensure robust liquidity for trades, Drift utilizes three primary mechanisms: Just-in-Time (JIT) auctions, where market makers compete to fulfill orders in real-time; a decentralized limit orderbook (DLOB), which is managed by external bots; and a virtual [Automated Market Maker (AMM)](https://iq.wiki/wiki/automated-market-maker) that serves as a backstop [liquidity provider](https://iq.wiki/wiki/liquidity-providers) when other sources are unavailable. The [AMM](https://iq.wiki/wiki/automated-market-maker) operates based on a constant product formula and dynamically adjusts its spreads in response to its inventory. Concurrently, Keeper bots play a crucial role in managing and triggering on-chain limit orders, responding to prevailing market conditions and [oracle](https://iq.wiki/wiki/oracle) data. As a fully on-chain protocol, Drift requires self-custodial [Solana](https://iq.wiki/wiki/solana) wallets for all transactions, ensuring transparency through [smart contract](https://iq.wiki/wiki/smart-contract) execution while also being subject to the inherent constraints of decentralized infrastructure. [\\[2\\]](#cite-id-wWi7SAY3Zg)\n\n# Technology\n\n## Drift AMM\n\n![](https://ipfs.everipedia.org/ipfs/QmVodewY2GyxzSAPYQhU82PB6KfRgUXUXQsXfLSQBQjJtn)\n\nDrift Protocol incorporates a backstop [Automated Market Maker (AMM)](https://iq.wiki/wiki/automated-market-maker) to provide continuous on-chain liquidity. The initial version of Drift's [AMM](https://iq.wiki/wiki/automated-market-maker), building upon the virtual [AMM](https://iq.wiki/wiki/automated-market-maker) (vAMM) model, featured configurable parameters such as a price multiplier ([peg](https://iq.wiki/wiki/currency-peg)), liquidity depth (k), a fee pool funded by taker fees, and dynamic fee allocations for operations like [peg](https://iq.wiki/wiki/currency-peg) adjustments, liquidity tuning, and capped funding payments. [\\[3\\]](#cite-id-g2Akf8G8L0)\n\nThe current version 2 [AMM](https://iq.wiki/wiki/automated-market-maker) maintains a constant product formula while introducing external Backstop AMM Liquidity (BAL), a concentration factor, and dynamic spread and peg mechanisms. These mechanisms adjust in real-time based on inventory levels and [oracle](https://iq.wiki/wiki/oracle) data. The [AMM](https://iq.wiki/wiki/automated-market-maker) quotes distinct bid and ask prices that vary with market conditions, dynamically adjusts spreads to account for inventory imbalances, and updates its reservation price using live [oracle](https://iq.wiki/wiki/oracle) feeds. This design ensures more responsive pricing and closer alignment with external market prices, all while maintaining decentralized execution. [\\[3\\]](#cite-id-g2Akf8G8L0)\n\n## Decentralized Orderbook\n\nDrift's decentralized orderbook (DLOB) operates through a hybrid system that combines off-chain Keeper Bots with on-chain settlement. These Keeper Bots continuously monitor the orderbook and facilitate order matching once specific conditions are met. This includes matching taker auctions, executing limit orders, and interacting with Drift's [AMM](https://iq.wiki/wiki/automated-market-maker). While two post-only maker orders cannot directly cross, market orders can trigger limit orders via a Just-in-Time (JIT) auction. However, maker orders filled by the [AMM](https://iq.wiki/wiki/automated-market-maker) are not eligible for rebate rewards. [\\[5\\]](#cite-id-5CcaHS9xoU)\n\nKeeper Bots are incentivized to provide optimal execution relative to the oracle price and to adhere to a first-come-first-served execution order. Although a robust Keeper network enhances the system's performance and usability, the protocol's core functionality remains operational even if only general trading bots fulfill the Keeper role. The DLOB's design prioritizes decentralization by allowing anyone to run Keeper Bots. It achieves computational efficiency by processing complex order-filling logic off-chain, with on-chain execution triggered only when necessary. [\\[5\\]](#cite-id-5CcaHS9xoU)\n\n## Keepers\n\n![](https://ipfs.everipedia.org/ipfs/QmZTRUUJHLnhdoBdWdR6VFiyLfupKp3VjKtbfi3PYVqmUr)\n\nKeeper Bots are essential components of Drift's decentralized orderbook, responsible for collecting, storing, sorting, and filling valid limit orders. They compile all open orders found on-chain into individual off-chain orderbooks, which are then organized by price, age, and, if tied, by position size. Each Keeper maintains its view of the orderbook, enabling a decentralized approach to order management. [\\[6\\]](#cite-id-adp5GMD4Be)\n\nKeepers actively monitor for trigger conditions and execute trades by matching crossing orders or filling limit orders against the [AMM](https://iq.wiki/wiki/automated-market-maker) when a user's specified trigger or limit price is met. For their services, Keepers receive a fee for each executed trade. This competitive environment incentivizes Keepers to be fast, offer superior price improvement for takers, and prioritize orders according to the protocol's desired sequence, which favors the oldest and largest orders first. [\\[6\\]](#cite-id-adp5GMD4Be)\n\n## Matching Engine\n\n![](https://ipfs.everipedia.org/ipfs/QmWvxTcoHEsSWmFvHotpyYXxgFdUA5suaAZ2hhfkvzELTY)\n\nDrift’s matching engine employs a decentralized auction system to determine the price of taker orders. Each order is defined by configurable parameters, including auction duration, starting price, ending price, limit price, and expiration timestamp. These parameters collectively establish a linear pricing function that determines the price of an order over a specified number of time slots. Upon the completion of the auction, the limit price becomes the order's effective price. Price parameters can be set as fixed values or as offsets relative to the oracle price, allowing for adjustments based on real-time oracle fluctuations during the auction. The maximum timestamp specifies the expiration date of the order.\n\nDuring its auction phase, a limit order functions solely as a taker of orders. After the auction concludes, it transitions to a \"resting\" state, where it can also provide liquidity as a maker, unless it is explicitly designated as \"post-only.\" Taker orders can be filled from three distinct liquidity sources: the protocol-owned [AMM](https://iq.wiki/wiki/automated-market-maker) (serving as backstop liquidity), existing resting limit orders, or Just-in-Time (JIT) liquidity provided by market makers specifically to fill the taker order. When an order is placed, its transaction is broadcast across the [Solana](https://iq.wiki/wiki/solana) network, where Keeper Bots and market makers compete to fulfill it by offering liquidity that meets the auction's criteria. The protocol prioritizes optimal price execution, evaluating the [AMM's](https://iq.wiki/wiki/automated-market-maker) pricing against both resting and JIT liquidity for every fill attempt. [\\[7\\]](#cite-id-99RomK1ROq)\n\n# Features\n\n## Insurance Fund\n\nDrift's Insurance Fund serves as a critical safeguard for the protocol's solvency, designed to cover user bankruptcies and deficits within the [Automated Market Maker (AMM)](https://iq.wiki/wiki/automated-market-maker). Users can stake various assets, including [USDC](https://iq.wiki/wiki/usdc), [BTC](https://iq.wiki/wiki/bitcoin-btc), [ETH](https://iq.wiki/wiki/ether-eth), and [SOL](https://iq.wiki/wiki/solana-sol), into the fund. By doing so, they passively support the protocol and earn a share of the [liquidation](https://iq.wiki/wiki/liquidation) and [trading fees](https://iq.wiki/wiki/trading-fee) generated, with each asset pool backing liabilities denominated in its respective currency.\n\nThe fund is activated when a user's account balance falls below zero due to unrealized losses, particularly during periods of high market volatility, and cannot be liquidated in a timely manner. It covers losses fully for spot markets and up to a predetermined cap for perpetual markets. The Insurance Fund is sustained through fees collected by the protocol and contributions from users. Any losses that exceed the fund's capacity are managed through a socialized loss mechanism. [\\[8\\]](#cite-id-tbBFZl3YrR)\n\n### Socialized Loss\n\nSocialized loss is a mechanism by which platform losses are distributed proportionally among all users when a market's dedicated insurance fund is insufficient to cover outstanding bad debt. This occurs if deleveraging processes fail to resolve the deficit, leading to losses being shared among open perpetual positions and lenders within the affected market. [\\[8\\]](#cite-id-tbBFZl3YrR)\n\n### Isolated Fund\n\nAn isolated insurance fund is a separate pool of capital designated for markets deemed highly volatile, distinct from the standard insurance pool. This fund is exclusively financed by premiums collected from its specific market and is used to cover bankruptcies or leveraged losses occurring solely within that market. Any losses that exceed the capacity of an isolated fund are subsequently addressed through the socialized loss mechanism. [\\[8\\]](#cite-id-tbBFZl3YrR)\n\n## Fuel Loyalty Program\n\nFUEL is Drift’s on-chain loyalty program, designed to track and reward user activity across the platform. Participants earn FUEL by engaging in various actions, including [staking](https://iq.wiki/wiki/staking) DRIFT tokens (10 FUEL for every DRIFT staked over a 28-day period), generating taker volume (1 FUEL for every $1 in volume), and generating maker volume (1 FUEL for every $1 in volume). These earnings are continuously added to users' accounts, reflecting their total activity across all subaccounts. Time-based earnings, such as those from staking, are distributed gradually over the 28-day period.\n\nThe program also features Activity Boosters, which multiply the base earn rates for specific actions or markets. For example, a 5x booster on SOL-PERP taker volume would increase the earning rate to 5 FUEL per $1 traded while the booster is active. Information on active boosters and their rates is available on Drift’s user interface.\n\nSeason 1 of the FUEL campaign included a milestone-based distribution of up to 7.82% of the total DRIFT supply, focusing on rewarding genuine trading activity and disqualifying wash trades. Season 2 concluded in June 2025, and Drift has announced plans for future redemption options, allowing users to exchange FUEL for DRIFT tokens. This initiative aims to foster long-term community ownership and reinforce Drift’s position within the [Solana](https://iq.wiki/wiki/solana) [DeFi](https://iq.wiki/wiki/defi) ecosystem. [\\[9\\]](#cite-id-nOSAXna8Ug)\n\n## B.E.T. Prediction Markets\n\nB.E.T. is a capital-efficient prediction market platform built on [Solana](https://iq.wiki/wiki/solana), enabling users to speculate on binary outcomes (Yes or No) for real-world events. The platform supports over 30 different [collateral](https://iq.wiki/wiki/collateral) tokens, extending beyond just [USDC](https://iq.wiki/wiki/usdc), and offers advanced order types similar to those found in traditional financial markets. [\\[10\\]](#cite-id-oqrhblrr5o)\n\nUsers on B.E.T. can earn lending interest on all supported [collateral](https://iq.wiki/wiki/collateral). The platform also offers margin extension for non-[USDC](https://iq.wiki/wiki/usdc) [collateral](https://iq.wiki/wiki/collateral) tokens, with 0% interest until the counterparty settles any losses (realized or unrealized). Accounts collateralized solely with [USDC](https://iq.wiki/wiki/usdc) face no [liquidation](https://iq.wiki/wiki/liquidation) risk, even in scenarios involving [stablecoin](https://iq.wiki/wiki/stablecoin) de-pegging. Each account's margin requirement is calculated based on the \"worst-case liability,\" which enhances capital efficiency compared to typical open order allocation systems. Furthermore, [liquidity providers](https://iq.wiki/wiki/liquidity-providers) who place two-sided orders or orders that reduce risk do not require additional margin, and users can earn interest on their open orders. [\\[10\\]](#cite-id-oqrhblrr5o)\n\n# DRIFT\n\nDRIFT is the native [governance token](https://iq.wiki/wiki/governance-tokens) of the Drift Protocol, designed to grant active users ownership and influence over the platform's future development. Holding DRIFT enables participation in the Drift [DAO](https://iq.wiki/wiki/dao), where token holders can vote on critical decisions affecting the protocol. The token underpins a decentralized governance framework, aiming to align the protocol's evolution with the interests of its community by prioritizing distributed decision-making over centralized control. [\\[4\\]](#cite-id-1HOz9F1Uql)\n\n## Tokenomics\n\nThe total supply of DRIFT [governance tokens](https://iq.wiki/wiki/governance-tokens) is capped at 1 billion. These tokens are planned for distribution over five years and have the following allocation: [\\[4\\]](#cite-id-1HOz9F1Uql)\n\n* **Ecosystem & Trading Rewards**: 43%\n* **Protocol Development**: 25%\n* **Strategic Partnerships**: 22%\n* **Launch Airdrop**: 10%\n\n# Governance\n\nThe Drift [DAO](https://iq.wiki/wiki/dao) is a multi-branch governance structure that manages the evolution of the Drift Protocol. It is supported by the Drift [DAO](https://iq.wiki/wiki/dao) [Foundation](https://iq.wiki/wiki/foundation), which facilitates coordination among token holders and [DAO](https://iq.wiki/wiki/dao) branches. The [Foundation](https://iq.wiki/wiki/foundation) is administered by Webslinger, a [crypto](https://iq.wiki/wiki/cryptocurrency) advisory firm, and led by independent director Matt Shaw. DRIFT token holders participate in governance through voting, allowing them to influence core decisions related to protocol development, risk parameters, and ecosystem funding.\n\nThe [DAO](https://iq.wiki/wiki/dao) consists of three specialized branches. The **Realms DAO** oversees protocol-wide development, elects the Security Council, proposes tokenomics changes, and allocates rewards for contributions. The **Security Council** is responsible for adjusting protocol risk parameters, approving program upgrades, and managing the addition or removal of trading markets. The **Futarchy DAO**, developed in collaboration with MetaDAOProject, allocates funding for ecosystem projects using a conditional market model to inform decision-making. This structure enables a decentralized, adaptable approach to growing and securing the Drift ecosystem. [\\[4\\]](#cite-id-1HOz9F1Uql)\n\n# Partnerships\n\n* [Ethereal Ventures](https://iq.wiki/wiki/ethereal-ventures)\n* Folius Ventures\n* Anatoly Yakovenjo & [Raj Gokal](https://iq.wiki/wiki/raj-gokal) ([Solana](https://iq.wiki/wiki/solana))\n* LedgerPrime\n* Bixin Ventures\n* QCP Capital\n* [Polychain Capital](https://iq.wiki/wiki/polychain-capital)\n* Multicoin Capital\n* [Jito](https://iq.wiki/wiki/jito)\n* Apollo\n* [Securitize](https://iq.wiki/wiki/securitize)\n\n# Exploit\n\nOn April 1, 2026, Drift Protocol experienced a major security breach, resulting in one of the largest on-chain hacks in the [Solana](https://iq.wiki/wiki/solana) ecosystem. The exploit drained assets estimated to be between 270 million from multiple platform vaults. [\\[11\\]](#cite-id-dgY7rQCrFq3vPSVq) [\\[12\\]](#cite-id-FMC9NYqbhxJCIu5j)​\n\nThe attacker targeted several of Drift's vaults, including JLP Delta Neutral, SOL Super Staking, and BTC Super [Staking](https://iq.wiki/wiki/staking), moving the funds to an interim wallet. More than 15 different types of tokens were stolen, with the largest single transfer being 41.7 million JLP tokens, valued at approximately 50 million in [USDC](https://iq.wiki/wiki/usdc), as well as millions in SOL, wBTC, and cbBTC. Following the attack, the exploiter was observed using the [Jupiter](https://iq.wiki/wiki/jupiter) DEX aggregator to swap the stolen assets into [USDC](https://iq.wiki/wiki/usdc), which were then bridged to the [Ethereum](https://iq.wiki/wiki/ethereum) network and used to purchase ETH. [\\[11\\]](#cite-id-dgY7rQCrFq3vPSVq) [\\[12\\]](#cite-id-FMC9NYqbhxJCIu5j)​\n\nIn response, the Drift team publicly acknowledged the \"active attack\" on their X (formerly Twitter) account, urging users to halt all deposits and clarifying, \"This is not an April Fools joke.\" The platform suspended both withdrawals and deposits while initiating an investigation in coordination with security firms and exchanges to contain the incident. The news of the exploit caused the price of the DRIFT governance token to fall by over 20%. [\\[13\\]](#cite-id-DozAB4i7WBfSf0PF) [\\[11\\]](#cite-id-dgY7rQCrFq3vPSVq)​","summary":"Drift is a decentralized exchange on Solana offering perpetual futures, spot trading, lending, borrowing, and passive liquidity. It uses JIT auctions, a decentr...","images":[{"id":"QmbJgBA8C9DF1HQFUo6GB4MvhCxT8uHxTuPY9oLfJKdVJq","type":"image/jpeg, image/png"}],"categories":[{"id":"exchanges","title":"Exchanges"}],"tags":[{"id":"Protocols"},{"id":"DEXes"},{"id":"Developers"},{"id":"Solana"},{"id":"Organizations"}],"media":[{"id":"QmVodewY2GyxzSAPYQhU82PB6KfRgUXUXQsXfLSQBQjJtn","size":null,"name":"K7PAJRkd_-P-t8v6RQ_nI_drift-amm-bid-ask-spreads.webp","type":null,"source":"IPFS_IMG"},{"id":"QmZTRUUJHLnhdoBdWdR6VFiyLfupKp3VjKtbfi3PYVqmUr","size":null,"name":"_7EXFtBAy_tQDOSdL_VIL_image.webp","type":null,"source":"IPFS_IMG"},{"id":"QmWvxTcoHEsSWmFvHotpyYXxgFdUA5suaAZ2hhfkvzELTY","size":null,"name":"keeper_arch.webp","type":null,"source":"IPFS_IMG"}],"metadata":[{"id":"website","value":"https://www.drift.trade/"},{"id":"twitter_profile","value":"https://twitter.com/driftprotocol"},{"id":"discord_profile","value":"https://discord.com/invite/fMcZBH8ErM"},{"id":"coingecko_profile","value":"https://www.coingecko.com/en/coins/drift-protocol"},{"id":"contract_url","value":"https://solscan.io/token/DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7"},{"id":"github_profile","value":"https://github.com/drift-labs"},{"id":"telegram_profile","value":"https://t.me/+G4i0AZcHf6cxNDll"},{"id":"references","value":"[{\"id\":\"uBntpN3IGt\",\"url\":\"https://www.drift.trade/\",\"description\":\"Drift official website\",\"timestamp\":1753210428858},{\"id\":\"wWi7SAY3Zg\",\"url\":\"https://docs.drift.trade/about-v2/understanding-drift\",\"description\":\"Understanding Drift Protocol\",\"timestamp\":1753210428858},{\"id\":\"g2Akf8G8L0\",\"url\":\"https://docs.drift.trade/about-v2/drift-amm\",\"description\":\"Drift AMM details\",\"timestamp\":1753210428858},{\"id\":\"1HOz9F1Uql\",\"url\":\"https://www.drift.trade/governance/introducing-the-drift-governance-token\",\"description\":\"Introducing DRIFT Token\",\"timestamp\":1753210428858},{\"id\":\"5CcaHS9xoU\",\"url\":\"https://docs.drift.trade/about-v2/decentralized-orderbook\",\"description\":\"Decentralized Orderbook overview\",\"timestamp\":1753210428858},{\"id\":\"adp5GMD4Be\",\"url\":\"https://docs.drift.trade/about-v2/keepers\",\"description\":\"Keepers overview\",\"timestamp\":1753210428858},{\"id\":\"99RomK1ROq\",\"url\":\"https://docs.drift.trade/about-v2/matching-engine\",\"description\":\"Matching Engine details\",\"timestamp\":1753210428858},{\"id\":\"tbBFZl3YrR\",\"url\":\"https://docs.drift.trade/insurance-fund/insurance-fund-intro\",\"description\":\"Insurance Fund Introduction\",\"timestamp\":1753210428858},{\"id\":\"nOSAXna8Ug\",\"url\":\"https://docs.drift.trade/fuel/overview\",\"description\":\"FUEL Overview\",\"timestamp\":1753210428858},{\"id\":\"oqrhblrr5o\",\"url\":\"https://docs.drift.trade/prediction-markets/prediction-markets-intro\",\"description\":\"Prediction Markets Introduction\",\"timestamp\":1753210428858},{\"id\":\"dgY7rQCrFq3vPSVq\",\"url\":\"https://www.theblock.co/post/396107/solana-trading-platform-drift-exploited-at-least-200-million\",\"description\":\"The Block report on Drift exploit\",\"timestamp\":1775092425682},{\"id\":\"FMC9NYqbhxJCIu5j\",\"url\":\"https://thedefiant.io/news/defi/drift-protocol-loses-usd270-million-in-potential-exploit\",\"description\":\"The Defiant on $270M Drift exploit\",\"timestamp\":1775092425682},{\"id\":\"DozAB4i7WBfSf0PF\",\"url\":\"https://www.coindesk.com/tech/2026/04/01/solana-defi-platform-drift-investigates-suspicious-activity-tells-users-to-halt-deposits\",\"description\":\"CoinDesk on Drift exploit and platform response\",\"timestamp\":1775092425682}]"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmTjxsc9tYm6EbBMv6yTEANA7eQvaMY68tSdmz63TD5XpQ\""},{"id":"commit-message","value":"\"Updated content and fixed formatting\""},{"id":"previous_cid","value":"QmTjxsc9tYm6EbBMv6yTEANA7eQvaMY68tSdmz63TD5XpQ"}],"events":[],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":["solana"],"founders":["cindy-leow","david-lu"],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"f852b5bb-3265-4ac1-b94f-6348b731cca7\",\"title\":\"Drift\",\"description\":\"Drift is a decentralized exchange on Solana offering perpetual futures, spot trading, lending, borrowing, and passive liquidity. It uses JIT auctions, a decentr...\",\"timestamp\":\"2026-04-02T01:15:46.073Z\",\"category\":\"Exchanges\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889\",\"address\":\"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Title\",\"subtitle\":\"The wiki title was updated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed title from \\\"exchanges\\\" to \\\"Exchanges\\\"\"]},{\"title\":\"Summary\",\"subtitle\":\"The summary text was updated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Updated summary text.\"]},{\"title\":\"Partnerships\",\"subtitle\":\"Internal links were added for several partners.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Added internal link for Ethereal Ventures.\",\"Added internal link for Securitize.\"]},{\"title\":\"Exploit\",\"subtitle\":\"A new section was added detailing a major security breach.\",\"variant\":\"added\",\"changeCount\":3,\"changes\":[\"Added 'Exploit' section describing a major security breach on April 1, 2026, resulting in losses estimated to be around $270 million from multiple platform vaults. [[11]](#cite-id-dgY7rQCrFq3vPSVq) [[12]](#cite-id-FMC9NYqbhxJCIu5j)\",\"Detailed the attacker's actions, including targeting specific vaults (JLP Delta Neutral, SOL Super Staking, BTC Super Staking) and moving funds to an interim wallet before swapping to USDC and bridging to Ethereum. [[11]](#cite-id-dgY7rQCrFq3vPSVq) [[12]](#cite-id-FMC9NYqbhxJCIu5j)\",\"Described the Drift team's response, including a public acknowledgment, halting deposits, and the subsequent 20% drop in the DRIFT token price. [[13]](#cite-id-DozAB4i7WBfSf0PF) [[11]](#cite-id-dgY7rQCrFq3vPSVq)\"]},{\"title\":\"Events\",\"subtitle\":\"An event was removed from the wiki.\",\"variant\":\"removed\",\"changeCount\":1,\"changes\":[\"Removed event: 'Season 2 Fuel Campaign'\"]},{\"title\":\"References\",\"subtitle\":\"References were updated to reflect the new 'Exploit' section.\",\"variant\":\"modified\",\"changeCount\":5,\"changes\":[\"Added reference: 'The Block report on Drift exploit'\",\"Added reference: 'The Defiant on $270M Drift exploit'\",\"Added reference: 'CoinDesk on Drift exploit and platform response'\",\"Removed reference: 'Drift Security Audits'\",\"Removed reference: 'Drift Bug Bounty'\"]},{\"title\":\"Metadata\",\"subtitle\":\"Editor-related metadata fields were updated.\",\"variant\":\"modified\",\"changeCount\":4,\"changes\":[\"Added metadata field 'words-changed'\",\"Added metadata field 'percent-changed'\",\"Added metadata field 'blocks-changed'\",\"Updated metadata field 'wiki-score' to '96'\"]}]}]}"}