Core concepts

The Sarcophagus

The Sarcophagus: Deflationary Module

A 5% protocol share from fee-only or ungauged pools can flow into the Sarcophagus. Callers exchange an exact, owner-configured amount of RAM for selected accumulated fee tokens.

Fee accumulation creates a potential RAM-for-fees claim; it does not guarantee that a claim or burn will occur.


How It Works

StepDescription
Fee CollectionThe 5% protocol share from configured fee-only or ungauged pools flows to the Sarcophagus
AccumulationOwner-allowlisted fee tokens accumulate until selected in a claim
Claim MechanismAny caller can transfer the exact exchangeAmountThreshold of RAM and claim selected allowlisted token balances
Chain HandlingEthereum burns the received RAM; other chains send it to the configured dead address in the current implementation

Calling the claim function is permissionless, but its threshold, token allowlist, maximum token count, and rescue function are owner-controlled.


Fee Distribution

Pool StateLiquidity ProvidersxRAM VotersProtocol / Sarcophagus
Gauged0%100%0%
Fee-only / Ungauged95%0%5%
Maker Rebates

Maker rebates are treasury-funded and additive, up to 1%. They are not deducted from the 95% LP / 5% protocol swap-fee split.


Claim Mechanics

Any address can call bury when the selected fee-token balances are worth exchanging for the configured RAM threshold. Searchers may monitor this opportunity, but execution and profitability are not guaranteed.

ActionResult
Transfer exact RAM thresholdexchangeAmountThreshold is set by the owner and must be greater than zero
Select fee tokensClaim the full Sarcophagus balance of each selected, owner-allowlisted token, subject to maxTokenClaim
Protect executionSupply the current nonce and minimum amounts for the selected tokens
Permissionless Execution, Managed Parameters

Anyone can submit a valid claim. The owner can change the RAM threshold, maximum number of claimed assets, and token allowlist, and can rescue tokens from the contract.


Deflationary Impact

The Sarcophagus can remove RAM from circulation when fee balances make a claim economical:

  • More trading volume = more fees
  • More fees = larger Sarcophagus balance
  • A larger balance may create more incentive to exchange the configured RAM threshold
  • A completed Ethereum claim burns RAM; the current non-Ethereum path sends RAM to a dead address

Fee accrual alone does not burn RAM, and reduced supply does not guarantee an increase in token price.


Chain-Specific RAM Handling

Sarcophagus behavior depends on the chain where a contract is actually deployed:

ChainEffect
EthereumCalls the RAM token's burn function, reducing token total supply
Non-Ethereum ChainsSends RAM to the 0x…dEaD address in the current implementation, reducing circulating supply but not ERC-20 totalSupply
Undeployed ChainsNo effect until a Sarcophagus contract and fee route are deployed and published

Any later canonical reconciliation or Ethereum burn is a separate process and should not be inferred from the non-Ethereum transfer alone.


Maker Rebate Program

Ramses may fund a Maker Rebate Program from treasury resources. This program is separate from the pool's swap-fee split:

FeatureDetails
AllocationUp to 1%, funded by the treasury and additive to pool fees
RecipientsHigh-performing liquidity providers
GoalReward efficient market making

Eligibility, measurement periods, and payment amounts depend on the published rebate program. A rebate is not guaranteed by the Sarcophagus contract.

Benefits for Market Makers

  • Potential additional treasury-funded rebates
  • No need to participate in governance
  • Eligibility can be based on published performance criteria
  • Compatible with automated strategies

Combined Fee Flows

The two default swap-fee states and the separate rebate program are:

MechanismFlow
Fee-only / Ungauged95% to LPs and 5% to the protocol / Sarcophagus
Gauged100% to xRAM voters and 0% to LPs by default
Maker RebatesUp to 1% treasury-funded and additive; not part of either swap-fee percentage

These flows describe token routing. They do not guarantee returns or token-price appreciation.

Previous
AutoVaults