Skip to main content
In about five minutes you will discover Hofund’s tip accounts, submit a transaction through /hofund, and look up what happened to it.

Before you start

You need an access whose Private TX panel lists Hofund routes for a location, and a way to sign a Solana transaction. Copy the Hofund and Hofund status route URLs from Endpoints → Private TX.
1

Read the tip configuration

The result lists thorTipAccounts and thorMinTipLamports. Add a System Program transfer of at least that many lamports from the fee payer to one of those accounts, then sign and base64-encode the transaction.
2

Submit on the fast lane

The response carries the signature and an X-Hofund-Submission-ID header:
3

Check the status

result.status moves from pending to processed, confirmed, or finalized as the transaction lands, or to failed or expired.
An error with "kind": "tip_too_low" means the transfer is missing or below thorMinTipLamports. Add { "mevProtect": true } as a third parameter to send the same request through Jito; that path also needs a Jito tip (getThorTipConfig).

Next steps