Confidence: 93% ·Jan 12, 2026

Smart Burn Engine

Overview

The Smart Burn Engine is Sky Protocol's automated buyback mechanism that uses protocol surplus revenue to systematically purchase SKY tokens from the market [1]. Launched in July 2023 as part of MakerDAO's tokenomics evolution and upgraded in September 2024 to support the rebranded SKY token, the Smart Burn Engine represents a fundamental shift from the legacy auction-based surplus system to an automated, market-based approach [19][20].

The mechanism serves multiple strategic purposes within the Sky ecosystem. The Sky Atlas describes SKY tokens as being "bought back and burned on a regular basis" with the result that "the total supply of SKY tokens will continue to decrease over time" [11]. The current implementation accumulates purchased SKY in the protocol treasury (MCD_Pause_Proxy), providing buy-side liquidity support for the SKY market and returning value to token holders through systematic supply reduction [19]. Unlike manual buyback programs common in traditional finance and cryptocurrency markets, the Smart Burn Engine operates autonomously based on governance-approved parameters, executing buybacks at regular intervals when surplus buffer thresholds are exceeded [2][5].

The Smart Burn Engine operates through a smart contract architecture that splits protocol surplus between two primary destinations: SKY accumulation via the Flapper contract, and staking rewards distribution for SKY stakers [4][7]. Current governance parameters allocate 100% to SKY accumulation with 0% to staking rewards, a configuration that may evolve as the protocol matures.

As of March 2026, the Smart Burn Engine has deployed over $114 million in cumulative buybacks and repurchased approximately 1.83 billion SKY tokens since the high-rate buyback program began in February 2025, reducing SKY's effective circulating supply by approximately 7.8% [33][46]. The mechanism operates in what the Laniakea specification describes as a "special temporary configuration" where it purchases a fixed amount of SKY regardless of market conditions, with the current daily capacity at approximately 300,000 USDS [43].

How It Works

The Smart Burn Engine operates through a multi-stage automated process that begins in the protocol's Surplus Buffer and culminates in SKY token accumulation. The mechanism follows a carefully orchestrated sequence of smart contract interactions designed to maximize efficiency while minimizing market impact [1][19].

Surplus Buffer and Trigger Mechanism

The process begins with the Vow contract, deployed at 0xA950524441892A31ebddF91d3cEEFa04Bf454466 on Ethereum mainnet, which serves as Sky Protocol's surplus buffer implementation [21]. The Surplus Buffer is the difference between Sky's assets and liabilities, with protocol revenue from stability fees and liquidation penalties increasing the buffer while operational expenses decrease it [3].

The Smart Burn Engine activates only when the Surplus Buffer exceeds a specified threshold controlled by the kicker threshold parameter (khump). Currently set at -200 million USDS, this signed integer threshold allows the engine to operate even when the surplus buffer is negative, as long as it remains above this floor [5][8]. This design enables the protocol to continue buybacks during periods of moderate deficit while maintaining adequate capital reserves for risk management.

When any user or keeper sends a "kick" transaction to the system and the surplus threshold is met, the Kicker Module transfers a fixed lot size (kbump parameter) of USDS from the Surplus Buffer to the Splitter contract [5][9]. The current kbump parameter is set at 10,000 USDS per transfer [9].

Splitter Module and Fund Allocation

The Splitter Module receives USDS from the Surplus Buffer and divides it between multiple destinations according to governance-defined allocation percentages [4]. The splitter operates on a time-interval basis controlled by the hop parameter, currently set at 2,880 seconds (48 minutes), which defines the minimum time between successive fund transfers [6][19].

Together, the kbump and hop parameters control the effective rate of surplus deployment. With a 10,000 USDS lot size and 2,880-second interval, the theoretical maximum deployment rate is approximately 300,000 USDS per day, though actual deployment depends on surplus buffer availability [2].

The Splitter allocates each 10,000 USDS transfer across two destinations defined by governance [4]:

  • SKY accumulation — USDS directed to the Flapper contract (FlapperUniV2SwapOnly), which swaps USDS for SKY tokens on Uniswap V2 and sends the acquired SKY to the protocol treasury (MCD_Pause_Proxy) [19]
  • Staker rewards — USDS distributed to SKY stakers through the staking rewards contract

Current governance parameters specify 100% of the Splitter allocation is set to accumulate SKY, with 0% directed to SKY staker rewards [7][19]. The burn parameter, set at 100% (WAD * 1), determines what percentage of each kicker.kbump amount moves to the underlying Flapper contract for SKY accumulation versus staking rewards [7].

FlapperUniV2 Contract and Market Execution

The FlapperUniV2 smart contract, deployed at 0x0c10Ae443cCB4604435Ba63DA80CCc63311615Bc and later upgraded to FlapperUniV2SwapOnly at 0x374D9c3d5134052Bc558F432Afa1df6575f07407 in September 2024, executes the actual market buyback operations [34][19]. This contract represents a significant architectural evolution from MakerDAO's legacy Flapper surplus auction system.

Rather than conducting auctions where external participants bid MKR/SKY in exchange for DAI/USDS surplus, the FlapperUniV2 contract directly exchanges USDS for SKY through the Uniswap V2 liquidity pool [20]. The primary USDS/SKY pool operates at address 0x2621cc0b3f3c079c1db0e80794aa24976f0b9e3c with approximately $8.1 million in liquidity as of January 2026 [36].

The FlapperUniV2 contract incorporates several protective mechanisms to ensure efficient execution:

  • Oracle price reference — The contract compares execution prices against oracle-provided reference prices to detect excessive slippage
  • Want parameter — Currently set at 0.98, this parameter allows execution prices up to 2% worse than the oracle price, providing slippage tolerance while preventing manipulation [19]
  • Automated execution — The contract automatically executes swaps when triggered, eliminating the need for active auction participation

The ChainSecurity audit of the FlapperUniV2 implementation focused specifically on functional correctness of the changed code and impact on the existing system, validating the security of this critical infrastructure component [35].

Token Accumulation and Disposition

Once SKY tokens are purchased through the Uniswap V2 pool, the FlapperUniV2SwapOnly contract sends them to the MCD_Pause_Proxy address, where they are accumulated as protocol-owned assets [19]. The Sky Atlas describes this process as tokens being "bought back and burned on a regular basis" with "the total supply of SKY tokens will continue to decrease over time" [11].

The distinction between accumulation and burning is important: the current FlapperUniV2SwapOnly implementation acquires SKY and sends it to the protocol treasury, while the Atlas characterizes this at a high level as burning. The Laniakea specification describes the current SBE as operating in a "special temporary configuration" where Steps 4 and 5 of the Treasury Management Function are unified — all funds from both steps purchase SKY from the open market, with purchased SKY distributed to stakers as additional yield [43]. This creates a counter-cyclical feedback loop: when SKY price rises, each day's $300,000 allocation buys fewer tokens, reducing staking rewards in SKY terms; when price falls, more tokens are purchased, increasing staking rewards [43].

The entire process from surplus accumulation to token acquisition operates without human intervention once parameters are established through governance. Keepers and automated systems trigger the kick function when conditions are met, ensuring regular, predictable buyback execution that provides consistent market support for the SKY token [1][5].

History

The Smart Burn Engine's development represents a multi-year evolution in MakerDAO's approach to tokenomics and surplus management, transitioning from auction-based systems to automated market operations.

MakerDAO's Legacy Flapper Auctions

Before the Smart Burn Engine's introduction, MakerDAO managed protocol surplus through the Flapper auction mechanism, a system designed to convert DAI surplus into MKR burns [20]. The Flapper (surplus auction) contract auctioned off fixed amounts of surplus DAI in exchange for MKR, with bidders competing by offering increasing amounts of MKR for the fixed DAI lot [22].

The legacy auction system operated through the Vow contract, which triggered surplus auctions when system surplus exceeded the pre-determined hump parameter (surplus buffer) plus the bump parameter (auction lot size) [21]. Any user could send a flap transaction to the Vow contract to initiate an auction when these conditions were met [20].

Once an auction ended, the winning bidder received the auctioned DAI, and the Flapper contract burned the MKR received from the winning bid, thereby reducing MKR supply [22]. This mechanism created deflationary pressure on MKR proportional to protocol revenue generation.

The Flapper auction system operated with several key parameters [21]:

  • hump — The surplus buffer amount that must be maintained before auctions can begin
  • bump — The surplus auction lot size for each auction

The auction-based approach had inherent limitations including dependency on active keeper participation, auction execution delays, and less predictable timing for surplus deployment [22].

Smart Burn Engine Launch (July 2023)

Sky governance approved the Smart Burn Engine's initial deployment through a polling vote in June 2023 [23], with execution occurring via the July 14, 2023 executive vote [24]. The launch proposal introduced the UniV2 DAI/MKR market-based mechanism with carefully calibrated initial parameters [30]:

  • hop — 1,577 seconds defining minimum intervals between market actions
  • want — 0.98 allowing purchase prices up to 2% worse than oracle reference prices
  • bump — 5,000 DAI setting the amount of DAI sold for MKR per market action
  • hump — 50 million DAI as the Surplus Buffer Upper Limit before engine activation [23]

The deployment marked a fundamental shift in MakerDAO's approach to surplus management, replacing manual auction participation with automated, continuous market operations designed to provide more consistent and predictable tokenomics.

Parameter Evolution (2023-2024)

Following the initial launch, Sky governance made several adjustments to Smart Burn Engine parameters based on operational experience and changing protocol conditions.

In February 2024, governance proposed increasing the rate of MKR accumulation by 20 million DAI per year, from 60 million DAI annually to 80 million DAI annually [25]. This increase reflected growing protocol revenue and confidence in the mechanism's market impact.

The Parameters Update #1 forum discussion documented ongoing refinements to optimize efficiency and market impact [31].

Sky Protocol Rebrand and Upgrade (September 2024)

The most significant Smart Burn Engine transformation occurred in September 2024 as part of MakerDAO's comprehensive rebrand to Sky Protocol. This transition required substantial technical upgrades to support the new USDS stablecoin and SKY governance token [27].

On September 9, 2024, governance proposed the Sky Protocol Launch Season Token and Product Launch Parameter Proposal, which included creating a USDS/SKY UniV2 pool and deploying FlapperUniV2 for the Smart Burn Engine to support the new token pair [27].

The out-of-schedule executive vote on September 13, 2024, formalized the upgrade with the following components [28]:

  • USDS, sUSDS, and SKY token initialization
  • Smart Burn Engine (SBE) upgrade to support USDS and SKY
  • FlapperUniV2 contract deployment and initialization
  • Splitter initialization with state variable updates in the Vow contract

On September 16, 2024, governance approved additional Smart Burn Engine parameter reconfigurations [26]:

  • hop — Increased by 1,386 seconds from 10,249 to 11,635 seconds
  • bump — Decreased by 40,000 from 65,000 to 25,000 USDS

The upgraded FlapperUniV2SwapOnly contract became the new implementation, reflecting refinements based on the original FlapperUniV2's operational history [34].

Recent Parameter Updates (2025)

In February 2025, governance approved rate adjustments including Smart Burn Engine liquidity unwind operations and parameter changes as part of a comprehensive executive proposal [29].

The Smart Burn Engine Parameter Update proposed on February 21, 2025, included several refinements addressing operational efficiency and surplus management [32]. Recent adjustments have refined vow.hump and splitter.hop parameters, fine-tuning the balance between deployment speed and market impact [29].

Technical Architecture

The Smart Burn Engine's technical implementation consists of multiple interconnected smart contracts that work together to automate surplus deployment and token buybacks. Understanding this architecture is essential for comprehending how the mechanism achieves its objectives while maintaining security and efficiency [1].

Core Contract Components

The Smart Burn Engine architecture comprises four primary contract layers, each serving distinct functions within the overall system [2].

Vow Contract (Surplus Buffer)

The Vow contract, deployed at 0xA950524441892A31ebddF91d3cEEFa04Bf454466 on Ethereum mainnet, serves as the protocol's central accounting and surplus management contract [17][21]. The Surplus Buffer maintains the system's surplus and debt balances, tracking the difference between protocol assets and liabilities [3].

Key Vow contract functions include:

  • Accumulating stability fees from Sky Vaults into the surplus buffer
  • Receiving liquidation penalties from collateral auctions
  • Tracking system debt (sin) from undercollateralized positions
  • Triggering surplus distribution when threshold conditions are met
  • Maintaining references to destination contracts (Splitter address) [21]

The Vow contract's state variable flapper was changed to point to the Splitter address during the September 2024 upgrade, redirecting surplus flows from legacy auction contracts to the new automated system [28].

Kicker Module

The Kicker Module provides the conditional logic that controls when surplus flows from the Vow to the Splitter [5]. This module accepts a signed integer threshold parameter (khump), currently set at -200 million USDS, that permits surplus deployment even when the overall buffer is negative but above the specified floor [8].

The kbump parameter within the Kicker Module determines the lot size transferred on each kick operation, currently configured at 10,000 USDS [9]. This parameter works in conjunction with the splitter.hop timing parameter to establish the maximum rate of surplus deployment.

The Kicker Module's design allows funds to be transferred from the Surplus Buffer to the Splitter as long as the buffer exceeds the khump threshold, providing flexibility in surplus management across varying protocol conditions [5].

Splitter Contract

The Splitter Module splits funds received from the Surplus Buffer between two destinations according to governance-defined allocation percentages: the Flapper contract for SKY accumulation, and USDS rewards for SKY stakers [4]. The Splitter replaced the legacy Surplus Auctions system, withdrawing one kbump at a time and dividing it between these destinations [19].

The splitter.hop parameter, currently set at 2,880 seconds, controls the time interval between successive kbump transfers from the Surplus Buffer [6]. This timing mechanism ensures predictable, regular deployment of surplus funds while preventing excessive transaction frequency that could increase gas costs or market impact.

The burn parameter, set at 100% (WAD * 1), specifies what percentage of each kicker.kbump amount moves to the underlying Flapper contract for SKY accumulation versus staking rewards [7]. Current settings direct 100% to SKY accumulation with 0% to staking rewards [2].

FlapperUniV2 Contract

The FlapperUniV2 contract executes the actual market operations that convert USDS to SKY tokens through Uniswap V2 liquidity pools [34]. The original implementation at 0x0c10Ae443cCB4604435Ba63DA80CCc63311615Bc was later upgraded to FlapperUniV2SwapOnly at 0x374D9c3d5134052Bc558F432Afa1df6575f07407 [34].

The FlapperUniV2 contract incorporates several technical features:

  • Uniswap V2 integration — Direct swap execution against the USDS/SKY pool at 0x2621cc0b3f3c079c1db0e80794aa24976f0b9e3c [36]
  • Oracle price verification — Comparison of execution prices against oracle-provided reference prices [19]
  • Slippage protection — The want parameter (0.98) limits maximum acceptable slippage to 2% beyond oracle prices [19]
  • Automated execution — Permissionless triggering by keepers or users when conditions are met [19]

The ChainSecurity audit of FlapperUniV2 examined functional correctness and system integration, with particular focus on how the changed code impacted the existing protocol architecture [35].

Contract Interaction Flow

The complete Smart Burn Engine operation follows a specific sequence of contract interactions [19]:

  1. Protocol revenue accumulates in the Vow contract, increasing the surplus buffer
  2. When surplus exceeds khump threshold (-200M USDS), any actor can call the kick function [8]
  3. Kicker Module verifies threshold conditions and transfers kbump amount (10,000 USDS) to Splitter [9]
  4. Splitter distributes the received USDS according to burn parameter allocation [4]
  5. FlapperUniV2 receives its allocated portion and executes Uniswap V2 swap for SKY tokens [34]
  6. Purchased SKY tokens are sent to the MCD_Pause_Proxy (protocol treasury) for accumulation [19]
  7. Process repeats after hop interval (2,880 seconds) elapses [6]

Governance Control Mechanisms

Smart contract governance in the Sky Protocol operates through a combination of parameter controls and emergency safeguards. Governance can modify key Smart Burn Engine parameters through standard executive votes subject to the Governance Security Module (GSM) delay [2].

However, the SPLITTER_MOM contract allows for disabling the Smart Burn Engine without the GSM Pause Delay, enabling Sky Governance to react to emergencies [18]. Since the Splitter also allocates USDS to staking rewards, activating SPLITTER_MOM also disables those rewards until reversed by governance [18].

Security Considerations

The Smart Burn Engine's smart contract architecture incorporates several security features:

  • Audited implementations — ChainSecurity conducted comprehensive security audits of the FlapperUniV2 implementation [35]
  • Parameter bounds — Governance-controlled parameters have reasonable bounds preventing extreme configurations [2]
  • Oracle integration — Price verification against trusted oracle sources prevents manipulation [19]
  • Permissionless execution — Any actor can trigger operations when conditions are met, preventing censorship [19]
  • Immutable core logic — Critical contract code is immutable, requiring governance votes for changes [34]

The architecture's modular design isolates functions across multiple contracts, limiting the potential impact of any single contract vulnerability and enabling targeted upgrades without requiring complete system redeployment [1].

Economic Mechanism

The Smart Burn Engine creates complex economic dynamics that affect SKY token markets, protocol sustainability, and stakeholder value. Understanding these mechanisms requires examining supply effects, market dynamics, and behavioral incentives.

Deflationary Tokenomics

The Smart Burn Engine's primary economic function is creating deflationary pressure on SKY token supply — the governance token of Sky Protocol whose liquidity is boosted by the Smart Burn Engine [10] — through systematic market purchases. The Sky Atlas states that "SKY tokens are bought back and burned on a regular basis" and that "the total supply of SKY tokens will continue to decrease over time" [11]. Unlike inflation-based token models that continuously expand supply, the Smart Burn Engine contracts effective circulating supply proportional to protocol revenue generation.

The deflationary impact follows a straightforward formula: as protocol revenue accumulates in the surplus buffer above threshold levels, regular buybacks remove tokens from circulation at a predictable rate. With current parameters deploying 10,000 USDS per kick at 2,880-second intervals, the theoretical maximum deflationary rate is approximately 300,000 USDS worth of SKY tokens daily [1].

As of January 2026, cumulative buybacks since the high-rate program began in February 2025 have reduced SKY's circulating supply by approximately 5.55% [33]. This represents approximately $96 million deployed toward buybacks over the program period [37].

The deflationary mechanism creates several economic effects:

  • Supply reduction — Each token bought back and accumulated reduces effective circulating supply, increasing scarcity [11]
  • Earnings per token increase — As supply decreases, protocol revenue per remaining token increases
  • Governance voting power concentration — Remaining token holders represent proportionally larger governance stakes
  • Long-term value accrual — Continuous supply reduction returns value to non-selling token holders [40]

The mechanism's effectiveness depends on protocol revenue sustainability. During high-revenue periods, aggressive buybacks create strong deflationary pressure. During low-revenue periods or market downturns, reduced buyback activity moderates deflationary effects [41].

Market Dynamics and Price Impact

The Smart Burn Engine provides consistent buy-side market pressure for SKY tokens, creating a perpetual bid supported by protocol revenue rather than speculative trading demand [1]. This structural demand component differentiates SKY's market dynamics from purely speculative tokens lacking revenue-backed buyback mechanisms.

The USDS/SKY Uniswap V2 pool at 0x2621cc0b3f3c079c1db0e80794aa24976f0b9e3c serves as the primary market for Smart Burn Engine operations, with approximately $8.1 million in liquidity as of January 2026 [36]. Recent trading activity indicates active market participation [36].

The want parameter's 2% slippage tolerance affects price impact dynamics. Each 10,000 USDS buyback can move prices up to 2% beyond oracle reference prices before execution fails [1]. This tolerance balances two competing objectives:

  • Tighter tolerance — Reduces protocol value leakage but increases failed execution risk during volatile markets
  • Looser tolerance — Ensures reliable execution but permits greater price impact and potential value loss

The 2,880-second hop interval (48 minutes) between buybacks provides market time to rebalance between purchases, reducing cumulative price impact compared to executing larger amounts in single transactions [1]. This parameter represents a governance tradeoff between execution efficiency and market impact minimization.

Market participants can observe and anticipate Smart Burn Engine operations, creating several behavioral dynamics:

  • Front-running opportunities — Sophisticated traders may purchase SKY ahead of anticipated buybacks, profiting from predictable demand
  • Liquidity provision incentives — Predictable trading volume and price impact create opportunities for liquidity providers in the USDS/SKY pool
  • Price floor establishment — The consistent bid provides implicit price support, potentially reducing downside volatility [40]

Value Accrual Mechanism

The Smart Burn Engine creates a direct value accrual mechanism linking protocol financial performance to token holder outcomes. By systematically purchasing SKY tokens from the open market and accumulating them in the protocol treasury, the mechanism reduces effective circulating supply, ensuring value accrues to remaining holders [40].

The value accrual operates through two primary channels:

Direct Supply Reduction

Each token purchased and accumulated by the protocol reduces effective circulating supply, mathematically increasing remaining holders' proportional ownership of future protocol revenue [11]. If protocol revenue remains constant while circulating supply decreases, earnings per token increase proportionally. This mechanism provides direct economic benefit to long-term holders who do not sell tokens during the buyback period.

Market Pricing Effects

Consistent buy-side pressure creates market dynamics favorable to token prices through basic supply-demand mechanics. The Smart Burn Engine's predictable, ongoing purchases provide a structural floor to demand that must be overcome by sell-side pressure for prices to decline significantly [33].

However, these market effects depend on several factors:

  • Protocol revenue sustainability — Buybacks continue only as long as surplus accumulates above threshold levels [12]
  • Market efficiency — Arbitrageurs and traders may front-run buybacks, capturing some value before long-term holders benefit
  • Competitive alternatives — Investor capital allocation considers returns across all available opportunities, not just SKY's buyback program [41]

Target Market Capitalization Formula

The Smart Burn Engine incorporates sophisticated economic logic through the Target Market Capitalization (TMC) formula, which dynamically adjusts buyback rates based on token valuation relative to protocol fundamentals [15].

The TMC formula is calculated as:

TMC = 8.5 + (200 * growth_rate) * annual_profits

Where growth_rate represents the three-year moving average historical growth rate of Net Revenue, and annual_profits represents the one-year moving average of Net Revenue [15].

This formula calculates a target price based on current earnings and a price-to-earnings ratio that adjusts according to protocol growth rate. Conceptually, faster-growing protocols justify higher valuation multiples, reflected in the 200 * growth_rate coefficient [15].

The actual buyback rate follows a dynamic formula [14]:

Burn Rate = (1 - MC / TMC) * 50%

Where MC represents current market capitalization and TMC represents target market capitalization. This formula creates several economic dynamics:

  • Undervalued protocol — When MC < TMC, buybacks accelerate proportionally to the valuation gap
  • Overvalued protocol — When MC > TMC, buybacks slow or cease entirely
  • Fair valuation — When MC ≈ TMC, buybacks proceed at moderate rates

The 50% maximum burn rate ensures buybacks never deploy more than half the available Smart Burn Buffer, maintaining reserves for other protocol functions [14].

Governance has committed to continuously improving the TMC formula over time, refining the relationship between growth rates, earnings, and valuation multiples based on empirical experience [16]. This adaptive approach allows the mechanism to evolve with changing market conditions and protocol maturity.

Revenue Distribution and Sustainability

The Smart Burn Engine represents one component of Sky Protocol's broader treasury management function, which allocates protocol revenue across multiple objectives [12]. The allocation follows a step-based priority system where Smart Burn falls within Step 4 capital allocation, receiving funds after higher-priority allocations are satisfied [12].

Under the current Atlas framework, 80% of Step 4 Capital is allocated to the Smart Burn Buffer [13]. The Laniakea specification describes a more sophisticated five-step Treasury Management Function waterfall where the Smart Burn Engine receives Step 4 allocation calculated as 20% multiplied by a Net Revenue Ratio that scales with protocol revenue [42]. Under this target-state design, the SBE allocation grows dynamically — at $200M annual net revenue the effective SBE rate is approximately 1.25% of available funds, rising to approximately 12.5% at $5B revenue [42]. This creates a sustainable model where buybacks scale proportionally with protocol revenue while preserving capital for risk management, governance operations, and ecosystem development.

The sustainability of buyback programs depends critically on protocol revenue sources. Sky Protocol generates revenue through [41]:

  • Stability fees — Interest charged on USDS borrowed against collateral
  • Liquidation penalties — Fees collected when undercollateralized positions are liquidated
  • Real World Asset (RWA) yields — Returns from protocol-owned traditional finance investments
  • Spark Protocol revenue sharing — Income from Sky's DeFi lending protocol

Revenue sustainability varies with market cycles. Bull markets typically increase borrowing demand and collateral values, boosting stability fee revenue. Bear markets may increase liquidations while reducing overall borrowing activity. RWA yields provide more stable, counter-cyclical revenue that supports buybacks during crypto market downturns [41].

As of March 2026, cumulative buyback deployment exceeds $114 million with approximately 1.83 billion SKY tokens repurchased since the high-rate program began in February 2025 [33][46]. Monthly buyback spending during 2025 fluctuated between $2.96 million and $18.31 million, averaging $9.68 million per month [40].

Governance Parameters

The Smart Burn Engine's behavior is controlled entirely through governance-approved parameters that can be adjusted through executive votes. Understanding these parameters is essential for protocol participants seeking to influence buyback operations or evaluate their effects.

Current Parameter Configuration

As of January 2026, the Smart Burn Engine operates with the following governance-approved parameters [19]:

Kicker Module Parameters

  • kicker.khump — -200 million USDS. The threshold of Surplus Buffer for Splitter to activate. This negative value allows the engine to operate even when the protocol has debt, as long as the debt remains below 200 million USDS [8]

  • kicker.kbump — 10,000 USDS. The amount of USDS transferred from the Surplus Buffer to the Splitter on each kick operation [9]

The khump parameter's signed integer design represents a sophisticated risk management approach. During normal operations when surplus is positive, buybacks proceed at full capacity. During stress periods when protocol debt exceeds assets, buybacks continue until debt reaches critical levels, maintaining token support while preserving protocol solvency [5].

The kbump parameter's relatively modest 10,000 USDS lot size reflects lessons learned during the mechanism's operational history. Smaller lot sizes reduce per-transaction price impact, distribute buybacks more evenly over time, and create more predictable market dynamics [30].

Splitter Module Parameters

  • splitter.hop — 2,880 seconds (48 minutes). The time interval between kicker.kbump funds being transferred from the Surplus Buffer to the Splitter [6]

  • burn — 100% (WAD * 1). The percentage of the kicker.kbump to be moved to the underlying Flapper contract for SKY accumulation [7]

  • SKY accumulation allocation — 100% of Splitter allocation set to accumulate SKY [7]

  • SKY staker rewards allocation — 0% of Splitter allocation set to reward SKY stakers [19]

The hop parameter directly controls buyback frequency. At 2,880 seconds per interval with 10,000 USDS per kick, the theoretical maximum deployment is 300,000 USDS per day (approximately 30 kicks per 24-hour period). Actual deployment depends on surplus availability and keeper triggering frequency [2].

The current 100% allocation to SKY accumulation with 0% to staker rewards represents a configuration that governance may adjust as the protocol matures and stakeholder priorities evolve [19].

Parameter Modification Process

Modifying Smart Burn Engine parameters follows Sky Protocol's standard governance process, which requires:

  1. Proposal submission — Community members or governance facilitators submit formal proposals detailing parameter changes and rationale
  2. Discussion period — The Sky Forum hosts discussions where stakeholders debate merits and risks [30]
  3. Polling vote — Non-binding signal polls gauge community sentiment on proposed changes [26]
  4. Executive vote — Formal on-chain executive vote to implement approved changes, deployed as spells [28]
  5. GSM delay — Governance Security Module delay period allows for emergency response before execution (with certain exceptions)

The Smart Burn Engine can be disabled without the GSM Pause Delay via the SPLITTER_MOM contract, enabling rapid response to emergencies [18]. This exception allows governance to react quickly to market manipulation or technical issues while maintaining appropriate oversight.

Historical Parameter Changes

The Smart Burn Engine's parameters have evolved significantly since initial deployment, reflecting governance's adaptive approach to optimizing mechanism performance.

Initial Launch Parameters (July 2023)

The original deployment established baseline parameters [23]:

  • hop — 1,577 seconds
  • want — 0.98
  • bump — 5,000 DAI
  • receiver — MCD_Pause_Proxy
  • hump — 50 million DAI

These conservative initial settings enabled governance to observe mechanism behavior before approving more aggressive configurations.

Post-Launch Adjustments (2023-2024)

Several parameter modifications occurred during the MakerDAO era [25]:

  • Rate of MKR accumulation increased by 20 million DAI annually, from 60 million DAI to 80 million DAI per year
  • Maximum System Surplus (vow.hump) and Surplus Auction Lot Size (vow.bump) adjustments to optimize efficiency and market impact [31]

Sky Protocol Transition (September 2024)

The rebrand to Sky Protocol brought substantial parameter updates [26][28]:

  • hop — Increased by 1,386 seconds from 10,249 to 11,635 seconds
  • bump — Decreased by 40,000 from 65,000 to 25,000 USDS
  • Token pair migrated from DAI/MKR to USDS/SKY
  • FlapperUniV2 contract upgraded to FlapperUniV2SwapOnly implementation

Recent Refinements (2025)

The February 2025 executive vote included Smart Burn Engine liquidity unwind operations and parameter changes [29][32]:

  • vow.hump — Set to 70 million DAI to enable prompt burn activation [32]
  • splitter.hop — Set to 876 seconds for increased buyback frequency [29]
  • khump — Set to -200 million USDS, enabling operation during moderate deficits [29]
  • Smart Burn Engine liquidity unwind — Recovery of protocol-owned LP tokens, with 15 million USDS worth of LP remaining [29]

Subsequent governance actions in 2025 further refined parameters through multiple executive votes. In March 2025, the hop was decreased from 2,160 to 1,728 seconds, increasing buyback frequency. In June 2025, governance reduced vow.hump from 70 million to 50 million USDS and increased hop from 1,728 to 2,160 seconds [45]. The SBE oracle was also migrated to a new SKY oracle as part of the MKR-to-SKY Phase One upgrade in May 2025. In November 2025, the daily buyback quota was increased to 300,000 USDS. The hop parameter was subsequently adjusted to its current 2,880 seconds, reflecting ongoing optimization based on operational experience and market conditions.

Parameter Tradeoffs and Considerations

Each Smart Burn Engine parameter involves tradeoffs that governance must balance [30]:

khump (Surplus Threshold)

  • Lower threshold — Enables buybacks during deficit periods, supporting token price during stress
  • Higher threshold — Preserves more surplus for risk management and unexpected protocol needs
  • Current setting (-200M USDS) — Prioritizes consistent buyback operation while maintaining substantial risk buffer [8]

kbump (Lot Size)

  • Larger lots — Reduce transaction costs and keeper overhead per USDS deployed
  • Smaller lots — Reduce per-transaction price impact and distribute buybacks more evenly
  • Current setting (10,000 USDS) — Balances efficiency with market impact minimization [9]

hop (Time Interval)

  • Shorter intervals — Enable faster surplus deployment and more frequent buybacks
  • Longer intervals — Reduce keeper costs and allow more market rebalancing between operations
  • Current setting (2,880 seconds) — Provides regular operations without excessive transaction frequency [6]

burn (Accumulation Percentage)

  • Higher burn percentage — More funds to direct buyback and burn, stronger immediate deflation
  • Lower burn percentage — More funds to staking rewards, stronger stakeholder incentives
  • Current setting (100%) — Maximizes near-term deflationary impact [7]

Governance evaluates these tradeoffs through the standard proposal and voting process, adjusting parameters as protocol performance and market conditions evolve [30].

Comparison to MKR Burns

The transition from MakerDAO's MKR Flapper auctions to Sky Protocol's Smart Burn Engine represents a fundamental evolution in surplus management philosophy and implementation. Comparing these mechanisms reveals important differences in efficiency, predictability, and economic outcomes.

Auction-Based Legacy System

MakerDAO's original surplus management relied on the Flapper auction mechanism, where the protocol auctioned fixed amounts of surplus DAI to external bidders who competed by offering increasing amounts of MKR [20]. The surplus auction (Flap) was used to auction off a fixed amount of internal DAI in the system for MKR [22].

This system operated through the Vow contract, which triggered surplus auctions when system surplus exceeded the pre-determined hump parameter (surplus buffer) plus the bump parameter (auction lot size) [21]. Any user could send a flap transaction to the Vow contract to initiate an auction when these conditions were met [20].

Once an auction ended, the winning bidder received the auctioned DAI, and the Flapper contract burned the MKR received from the winning bid, thereby reducing MKR supply [22]. This mechanism created deflationary pressure on MKR proportional to protocol revenue generation.

The Flapper auction system operated with several key parameters [21]:

  • hump — The surplus buffer amount that must be maintained before auctions can begin
  • bump — The surplus auction lot size for each auction

The auction-based approach had inherent limitations including dependency on active keeper participation for bidding, auction execution delays as the bidding period ran its course, and less predictable timing for surplus deployment based on market participation [22].

Automated Market-Based System

The Smart Burn Engine replaced auctions with direct market purchases through Uniswap V2 liquidity pools, fundamentally changing operational dynamics [19]. Rather than conducting auctions where external participants bid MKR/SKY in exchange for DAI/USDS surplus, the FlapperUniV2 contract directly exchanges USDS for SKY through Uniswap V2 liquidity [34].

Key differences include:

Execution Mechanism

  • Legacy Flapper — Required auction initiation, bidding period, and settlement through a multi-step process [20]
  • Smart Burn Engine — Single-transaction execution through Uniswap V2 swap with automated execution when triggered [19]

The automated approach eliminates dependency on active auction participants, reducing execution risk during periods of low keeper activity or market stress.

Pricing Discovery

  • Legacy Flapper — Competitive bidding established prices, potentially allowing bidders to acquire MKR below market prices during low-participation auctions [22]
  • Smart Burn Engine — Uniswap V2 pool prices reflect real-time market conditions, with oracle verification preventing extreme mispricing through the want parameter [19]

Operational Frequency

  • Legacy Flapper — Discrete auctions triggered when surplus exceeded threshold plus lot size [21]
  • Smart Burn Engine — Regular operations every 2,880 seconds (hop parameter) when surplus exceeds the kicker threshold, creating more consistent and predictable buyback schedule [19]

Capital Efficiency

  • Legacy Flapper — Surplus remained idle until sufficient amounts accumulated for auction initiation based on the hump parameter [21]
  • Smart Burn Engine — The Kicker Module allows funds to be transferred from the Surplus Buffer to the Splitter as long as the buffer exceeds the khump threshold (currently -200 million USDS), enabling deployment even during moderate deficits [1][19]

Comparative Performance

The Smart Burn Engine demonstrates substantially higher throughput and deflationary impact. The July 2023 launch with initial parameters included a 50 million DAI Surplus Buffer Upper Limit and 5,000 DAI per market action [23]. By February 2024, governance approved increasing the rate of MKR accumulation by 20 million DAI per year, from 60 million DAI annually to 80 million DAI annually [25].

Following the September 2024 rebrand to Sky Protocol, the mechanism was upgraded to support USDS and SKY tokens through the FlapperUniV2SwapOnly implementation [34]. Recent activity shows significant scale: 32.3 million SKY tokens purchased in a single week using 1.9 million USDS [38], with cumulative buybacks exceeding $96 million since the high-rate program began in February 2025 [37].

The Smart Burn Engine's design replaced the legacy Surplus Auctions system, withdrawing one kbump at a time and dividing it between SKY accumulation and staking rewards through the Splitter Module [4]. This architectural change enables more predictable, automated execution compared to the auction-based approach.

Laniakea Target-State Design

The Laniakea specification describes a substantially different target-state design for the Smart Burn Engine compared to the current implementation. Understanding these differences is important for evaluating the mechanism's trajectory.

Current Temporary Configuration

The SBE currently operates in what Laniakea describes as a "special temporary configuration" where Steps 4 and 5 of the Treasury Management Function waterfall are unified [43]. In this configuration, all surplus funds from both steps purchase SKY from the open market at a fixed daily rate of approximately $300,000, with purchased SKY distributed to SKY staking participants as additional yield [43][44].

This unified configuration means the SBE buys a fixed amount of SKY regardless of market conditions, creating the counter-cyclical feedback loop described above. The current approach prioritizes simplicity and reliable execution while the protocol builds toward the full target-state mechanism.

Target-State Dynamic Burn Rate

The Laniakea target state separates Step 4 (Smart Burn Engine) from Step 5 (staking rewards), with each receiving dynamically calculated allocations based on a Net Revenue Ratio [42]. The SBE would receive 20% multiplied by the Net Revenue Ratio of Step 3 results, and the dynamic Burn Rate formula would replace the current fixed-rate approach [42]:

Burn Rate = (1 - MC / TMC) × 50%

This formula enables the SBE to buy more SKY when the token is undervalued relative to protocol fundamentals and retain capital when overvalued [43]. Implementing this dynamic formula requires a governance-controlled execution surface called the SBE BEAM, which depends on the transition to a daily settlement cycle (Phase 3 of the protocol roadmap) [43].

Backstop Capital Gating

The target-state design includes a gating mechanism: the Aggregate Backstop Capital must reach its $125 million safety floor target before the SBE can operate at full capacity [42]. During the Genesis Phase, a minimum of 25% of net revenue after security and maintenance allocation is retained to grow the backstop capital, implicitly constraining SBE funding until the buffer target is met.

Risks and Criticisms

While the Smart Burn Engine represents an innovative approach to protocol surplus management and token supply deflation, the mechanism faces several risks and has attracted various criticisms.

Market Manipulation Concerns

Token burning mechanisms create potential vectors for market manipulation [40]. Critics argue that by reducing token supply, projects can artificially inflate the value of remaining tokens. However, the criticism often depends on the authenticity and sustainability of the burn mechanism.

The Smart Burn Engine's predictable operation schedule creates opportunities for front-running. Traders who monitor the surplus buffer and anticipate upcoming buybacks based on the hop parameter (2,880 seconds) can purchase SKY tokens immediately before engine execution [19]. The want parameter's 2% slippage tolerance limits per-transaction manipulation profitability but does not eliminate the possibility of front-running strategies.

Limited Effectiveness Questions

Research on token buybacks suggests the benefits may be limited and context-dependent [40]. Token burns work best as one component of a comprehensive tokenomics strategy rather than as a standalone solution to price support.

The effectiveness of the Smart Burn Engine depends entirely on protocol revenue sustainability. During market downturns when borrowing demand declines, stability fee revenue decreases, reducing surplus accumulation and buyback capacity. The -200 million USDS khump threshold partially addresses this concern by enabling buybacks during moderate deficits [1], but severe market stress could still reduce operations significantly.

Price Impact and Slippage Risks

The USDS/SKY Uniswap V2 pool serves as the primary execution venue, with approximately $8.1 million in liquidity as of January 2026 [36]. Each 10,000 USDS buyback (the current kbump parameter) represents approximately 0.12% of pool liquidity, creating measurable price impact with each execution [19].

During periods of low liquidity or high market volatility, the 2% slippage tolerance defined by the want parameter may prove insufficient to execute buybacks reliably [19]. Conversely, if the tolerance is too generous, the protocol may systematically overpay for SKY tokens.

Capital Allocation Questions

Protocol surplus could alternatively fund ecosystem development, liquidity programs, or reserve accumulation. The allocation to the Smart Burn Buffer represents a governance choice that prioritizes token deflation [1]. The current 100% allocation to SKY accumulation with 0% to staking rewards reflects specific stakeholder priorities that may evolve [19].

Technical Risks

Smart contract systems inherently carry technical risks despite security audits. ChainSecurity audited the FlapperUniV2 implementation, focusing on functional correctness of the changed code and impact on the existing system [35]. However, the Smart Burn Engine integrates with multiple contracts including the Vow, Splitter, and Uniswap V2 pool, creating potential for unexpected behaviors in edge cases.

The mechanism's reliance on oracle price feeds for the want parameter verification creates dependency on oracle accuracy [19]. Oracle manipulation could cause the engine to systematically overpay or fail to execute buybacks.

Governance Risks

The Smart Burn Engine's behavior depends entirely on governance-controlled parameters [1]. Governance could inadvertently or maliciously configure parameters in ways that harm protocol sustainability:

  • khump set too low — Could deplete reserves needed for risk management
  • kbump set too high — Could create excessive per-transaction price impact
  • hop set too short — Could waste resources on excessive transaction costs

The SPLITTER_MOM contract allows governance to disable the Smart Burn Engine without the GSM Pause Delay, enabling rapid emergency response [18].

Current State

As of March 2026, the Smart Burn Engine operates as a mature, battle-tested component of Sky Protocol's economic infrastructure with demonstrated impact on token supply and market dynamics.

Operational Status

The Smart Burn Engine continues active operation under the parameters established through recent governance votes [29]. The mechanism executes regular buyback operations approximately every 48 minutes (2,880 seconds) when surplus buffer conditions are met, maintaining consistent deflationary pressure on SKY token supply [19].

Current operational parameters as of March 2026 [2]:

  • kicker.khump — -200 million USDS (surplus threshold)
  • kicker.kbump — 10,000 USDS (lot size per operation)
  • splitter.hop — 2,880 seconds (interval between operations)
  • burn parameter — 100% (full allocation to SKY accumulation)
  • SKY accumulation allocation — 100%
  • SKY staker rewards allocation — 0%

These settings enable the engine to deploy up to approximately 300,000 USDS daily toward SKY buybacks when surplus conditions support maximum operation frequency [1].

Recent Buyback Activity

Recent buyback activity demonstrates the Smart Burn Engine's sustained operational tempo and market impact [33].

As of March 2026, cumulative buybacks since the high-rate program began in February 2025 have deployed over $114 million toward purchasing approximately 1.83 billion SKY tokens [46]. This has resulted in an effective circulating supply reduction of approximately 7.8% [33][46].

In early March 2026, a governance vote normalizing SKY staking emissions — reducing scheduled distribution by approximately 161.82 million SKY over 180 days — combined with sustained buyback activity to strengthen supply dynamics, contributing to a 10% SKY price increase [46].

Market Conditions

The USDS/SKY Uniswap V2 pool that serves as the primary execution venue for Smart Burn Engine operations maintains healthy liquidity and trading activity [36].

Pool details as of March 2026:

  • Contract address — 0x2621cc0b3f3c079c1db0e80794aa24976f0b9e3c
  • Total liquidity — Approximately $8.1 million [36]

The pool's liquidity depth provides adequate capacity for current buyback lot sizes (10,000 USDS per operation) while maintaining reasonable slippage characteristics.

Protocol Milestones

In August 2025, S&P Global Ratings assigned Sky Protocol a B- credit rating with stable outlook, marking the first credit rating ever given to a DeFi protocol [39]. This milestone reflects growing institutional recognition of Sky Protocol's financial sustainability and governance maturity.

Governance Considerations

Recent governance activity indicates ongoing attention to Smart Burn Engine optimization and parameter refinement [32].

The February 2025 executive vote included Smart Burn Engine parameter changes and liquidity unwind operations [29]. The Sky Atlas specifies that Core Executor Agents must continuously improve the Target Market Capitalization formula to enhance Smart Burn Engine efficiency over time [16].

Data Freshness

The information in this article reflects Sky Protocol's Smart Burn Engine status as of March 5, 2026.

Static Elements

The following components are relatively stable and change infrequently:

  • Technical architecture and smart contract design — Contract addresses and core logic remain stable between upgrades [1]
  • Historical events — July 2023 launch, September 2024 rebrand are fixed historical facts
  • Formula definitions — Target Market Capitalization calculation and Burn Rate formula are subject to governance modification but currently stable [15][16]

Dynamic Elements

The following components change frequently and should be verified:

  • Buyback statistics and cumulative burn amounts — Updated continuously with each Smart Burn Engine operation [33]
  • Governance parameters — khump, kbump, hop subject to modification through executive votes [2]
  • Pool liquidity and market conditions — Fluctuate continuously with market activity [36]
  • Surplus buffer levels — Change with each protocol revenue event and expense [19]

Verification Sources

Readers evaluating Smart Burn Engine performance should verify current data through:

  • Official protocol sourcesSky Atlas for governance parameters
  • Forum discussions — forum.sky.money for recent governance proposals [32]
  • Buyback dashboard — info.sky.money/buyback for real-time statistics [33]
  • Pool data — GeckoTerminal or Uniswap for current liquidity metrics [36]
  • Sky Protocol — The comprehensive DeFi ecosystem within which the Smart Burn Engine operates
  • SKY — The governance token subject to Smart Burn Engine buybacks and accumulation
  • USDS — The stablecoin used to execute Smart Burn Engine buyback operations
  • Sky Token Rewards — The staking mechanism that may receive allocations from the Splitter Module
  • SKY Staking — The staking system through which SBE-purchased SKY is distributed to stakers
  • Executive Votes — The governance mechanism used to modify Smart Burn Engine parameters
  • Sky Savings Rate — An alternative surplus allocation destination that competes with buybacks for protocol revenue

Sources

  1. Sky Atlas - Surplus Buffer and Smart Burn Engine - A.3.5
  2. Sky Atlas - Smart Burn Engine Parameters - A.3.5.2
  3. Sky Atlas - Surplus Buffer - A.3.5.1
  4. Sky Atlas - Splitter Module - A.3.5.2.1
  5. Sky Atlas - Kicker Module - A.3.5.2.2
  6. Sky Atlas - Splitter Interval Parameter - A.3.5.2.1.1.1
  7. Sky Atlas - SKY Accumulation Percentage Parameter - A.3.5.2.1.1.2
  8. Sky Atlas - Kicker Threshold Parameter - A.3.5.2.2.1.1
  9. Sky Atlas - Kicker Lot Size Parameter - A.3.5.2.2.1.2
  10. Sky Atlas - SKY Token - A.4.1.2
  11. Sky Atlas - Burning Of Existing Tokens - A.4.1.2.2.3
  12. Sky Atlas - Step 4: Smart Burn And Standard Activity Staking Rewards - A.2.3.1.2.5
  13. Sky Atlas - Smart Burn Buffer - A.2.3.1.2.5.1
  14. Sky Atlas - Usage Of Smart Burn Buffer - A.2.3.1.2.5.1.2
  15. Sky Atlas - Target Market Capitalization - A.2.3.1.2.5.1.2.1
  16. Sky Atlas - Continuous Improvement - A.2.3.1.2.5.1.2.1.1
  17. Sky Atlas - Current Implementation - A.3.5.1.1
  18. Sky Atlas - Smart Burn Engine Breaker Exception - A.1.9.3.2.8
  19. Smart Burn Engine | Sky Protocol Docs
  20. Flapper - Detailed Documentation | Maker Docs
  21. Vow - Detailed Documentation | Maker Docs
  22. The Auctions of the Maker Protocol | Maker Docs
  23. Maker Governance - Smart Burn Engine Launch Parameters - June 26, 2023
  24. Maker Governance - Executive Vote - July 14, 2023
  25. Maker Governance - Smart Burn Engine - Rate of MKR Accumulation Change - February 26, 2024
  26. Maker Governance - Smart Burn Engine Parameter Reconfiguration - September 16, 2024
  27. Maker Governance - Sky Protocol Launch Season - September 9, 2024
  28. Maker Governance - Executive Vote - September 13, 2024
  29. Maker Governance - Executive Vote - February 21, 2025
  30. Introduction of Smart Burn Engine and Initial Parameters | Sky Forum
  31. Smart Burn Engine Parameters Update #1 | Sky Forum
  32. Smart Burn Engine Parameter Update - Feb 21 Spell | Sky Forum
  33. Sky Ecosystem - Buyback Dashboard
  34. GitHub - MakerDAO FlapperUniV2
  35. Maker FlapperUniV2 Smart Contract Audit by ChainSecurity
  36. USDS/SKY - Uniswap V2 Pool | GeckoTerminal
  37. Sky Protocol Buyback: A Strategic $96M Surge | CryptoNews
  38. Sky Protocol's Stunning Buyback: 32.3M SKY Tokens Vanish | CryptoNews
  39. S&P Assigns First-Ever Credit Rating to a DeFi Protocol - Sky at B | CoinDesk
  40. Token Buybacks | CoinGecko Research
  41. Sky Protocol | Messari
  42. Treasury Management Function | Laniakea
  43. Current Accounting | Laniakea
  44. Sky Whitepaper | Laniakea
  45. Sky Governance - Executive Vote - June 26, 2025
  46. Sky Protocol SKY Jumps 10% After Governance Vote | CoinDesk