# Pre-fund

Pre-funding is the simplest way of sponsoring transactions. It works on all chains with every type of address.

When sponsoring a transaction, Blink will simply fund the fee paying address with enough native currency so that the transaction can be included.

Advantages:

* Works on all chains
* No setup required. Just send us your eth\_sendRawTransaction (EVM) / sendTransaction (Solana). We'll sponsor the transaction if it's balance is not high enough to land.

Disadvantages

* Slightly less efficient
* Can leave a "dust" balance on the user's wallet


---

# 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/pre-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.
