# Integrate

## How to integrate?

WE heavily recommend integrating with either an iframe or link your users to <https://smolrefuel.com/?partner=YOUR_ADDRESS>, replacing YOUR\_ADDRESS with an address where you want to receive rewards.

## Why integrate SmolRefuel?

* 50% revenue share with you
* Improves UX for your users who need gas to use your dapp

## Revenue share

50% of all revenue generated by your users will be given to you. Payouts will be sent after the amount to send reaches $1000.&#x20;

## Customization

You can add the following values to the query string:

* \`?disableBridges=true\`, this disables bridges making it so users can only swap tokens for gas
* \`?outboundChain=56\`, pre-fills the chain where the user wants to get gas, value should be the chain id
* '?widget=basic', this hides unnecessary info like our logo and docs link so you can create a smol widget

For example, if you want to pre-fill chain to be Optimism, URL should be <https://smolrefuel.com/?outboundChain=10>


---

# 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.smolrefuel.com/integrate.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.
