# Sender Reward

When a new bundle is sent to us, our BuildAI algorithm will try to make a trade after the bundle, and 50% of the generated profit will be rewarded back to bundle sender.

Reward examples:

* [0.326 ETH reward](https://etherscan.io/tx/0xdcff5cf7a63ec825e9f09ce021f43a03e5e01d48105def72663b8b9e14125778)
* [0.230 ETH reward](https://etherscan.io/tx/0xeae4f57b729951840032abd0fa0661acd7fd36f2b923b560bab0cd52c8d4fb7c)
* [0.221 ETH reward](https://etherscan.io/tx/0x850f9d200eec0139f0beb1c858cd3d9843c55c30cad8783f83ed9b3761c730cd)

Our algorithm only trades after the bundle, and no frontrunning trade will be attempted.


---

# 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.buildai.net/sender-reward.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.
