# Bundled Post-fund

Post-funding only works on certain chains that: 1) do not have a "base fee" and 2) have builders / bundle functionality. Currently we only support this method on BSC.

Instead of paying the fee payer (like in [Pre-fund](/blink/get-started/blink-gas-sponsorship/types-of-gss/pre-fund.md)) we simply pay the builder/validator an extra tip to include the sponsoring transaction.

Advantages:

* Simple - "Just works with all types of wallets"
* More gas efficient then [Pre-fund](/blink/get-started/blink-gas-sponsorship/types-of-gss/pre-fund.md)

Disadvantages

* Network support (only BSC)


---

# 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.blinklabs.xyz/blink/get-started/blink-gas-sponsorship/types-of-gss/bundled-post-fund.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.
