# The Buy and Burn

Main input token: ELMNT Supporting token: DragonX from Hydra Miners

The contract has public function buyAndBurn This function will:

1. Allow only whitelisted users to call it
2. Use a cap per swap of ELMNT or less on each call
3. Swap 90% ELMNT to Scale and burn Scale
4. Swap 10% ELMNT to HLX and burn HLX
5. If the amount of ELMNT in the contract is less than cap per swap, the contract will attempt to swap DragonX to ELMNT for future use
6. Buy and burn has a cooldown interval
7. Pays incentive fee in ELMNT tokens

Th admin keys are:

1. Set a new incentive fee percentage in a range from 0.3% to 5%
2. Change buy burn interval
3. Change cap per swap for ELMNT
4. Change cap per swap for DragonX
5. Add/remove wallets from whitelist

See GitHub Repo and Audits page for the Buy and Burn audit which also included extensive custom code testing.  &#x20;


---

# 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://zibars-organization.gitbook.io/scale/basics/the-buy-and-burn.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.
