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 Bifrost or Hofund tab lists Hofund routes for a location, and a way to sign a Solana transaction. Copy the Hofund and Hofund status route URLs from Endpoints → Hofund.
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 reports processed, confirmed, or finalized once the signature is observed on-chain. Before that, it may be pending or unknown. failed indicates failure; expired applies to recent-blockhash transactions. See status semantics for durable nonces and receipt retention.
An error with "kind": "tip_too_low" means the transfer is missing or below thorMinTipLamports.

Next steps