# Token Auctions

SIR accrues fees in various tokens, making direct distributions to [stakers](/protocol-overview/sir-a-dividend-paying-token.md#staking) both gas-intensive and administratively complex. To streamline this, SIR utilizes an efficient auction system for converting all tokens into the chain's native wrapped token seamlessly.

### Auction Mechanics

Each week, an auction is open for every unique ERC-20 token (uniqueness determined by contract address). This auction, lasting one day, allows participants to place bids for the tokens. The process ensures that the highest bidder wins the tokens at the end of the auction, with immediate refunds issued to outbid participants. The process for claiming the auctioned tokens is open to anyone, facilitating the withdrawal to the auction winner.

### Chain-Specific Details

The auction mechanics are the same on every chain, with minor differences in bid currency and minimum bid increase:

| Chain    | Bid Currency | Dividend Token | Min Bid Increase |
| -------- | ------------ | -------------- | :--------------: |
| Ethereum | ETH          | WETH           |        1%        |
| HyperEVM | HYPE         | WHYPE          |        5%        |
| MegaETH  | ETH          | WETH           |        5%        |

### Incentives for Participants

This system presents opportunities for those interested in Maximal Extractable Value (MEV), often viewed negatively, and repurposes it into a positive mechanism for SIR. It facilitates the trustless conversion of any token into the dividend token, leveraging MEV for the protocol's advantage. While bids are placed in the chain's native token for simplicity, stakers receive their dividends in the wrapped version, marrying efficiency with ease of implementation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sir.trading/protocol-overview/token-auctions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
