# Intro

## wBAN

wBAN are minted from BAN wrapped and burnt when unwrapped.

This smart-contract is an upgradeable BEP-20 token with minting being allowed only by a set of `signers` who can generate `receipts` and have them verified by the smart-contract in order to mint wBAN tokens.

## Benis

Benis is some kind of `MasterChef`which can create farms rewarding LP with wBAN.

It is a fork of [Sorbettiere](https://github.com/Popsicle-Finance/Contracts/blob/main/Sorbettiere.sol), rewarding per second instead of per block.


---

# 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://wrap-that-potassium.gitbook.io/wban/smart-contracts/intro.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.
