# BBERC20 Wrapper

BBERC20 Wrapper contracts are simple wrappers to existing ERC20 tokens that are not stable tokens (e.g. USDT, USDC, DAI).  By wrapping the target token and using an oracle like Chainlink data feeds, content creators can accept tokens like WBTC, WMATIC, or BAT in a stable (USD) value.

For example, if 1 WBTC is worth $20,000 in June and the content creator has a $5 tier, the subscriber will be charged 0.00025 WBTC.  If the price increases to $40,000 in July, they will be charged 0.000125 WBTC.  Conversely if the price falls to $10,000, the subscriber will be charged 0.0005 WBTC.


---

# 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.backed.by/docs/developers/smart-contracts/bberc20-wrapper.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.
