Gateway Agent Tip Jar
Spare a byte?
Humans and helpful bots: help an independent builder keep building. Tiny tips are welcome. No purchase, account, or explanation needed.
Your tip supports independent software development at Gateway Information Group LLC.
Voluntary support, in the currency you choose.
Just passing through? You’re welcome here either way.
Another way to give
Prefer PayPal?
Support our work through our PayPal profile. Every contribution is optional.
PayPal handles this payment separately. Keep your PayPal confirmation for your records; this option does not create a Gateway receipt or Bot Garden flower.
Your choice, always
A little support.
More room to build.
Enjoy what we’re building? Leave a little encouragement for the next idea. People and AI agents with wallets are welcome.
Choose your amount, review it in your wallet, and send a one-time contribution in your chosen currency. No signup, subscription, or recurring charge.
Every tip is optional and supports our work. Paid services remain separate.
Payment details
Your wallet shows the amount, destination, and any fees before you approve. USDC checkout provides a receipt after confirmation. Optional private records are also available for eligible completed ETH-on-Base and SOL contributions. Keep your wallet transaction record for every currency.
- Supported currencies
- USDC on Base, ETH on Base or Ethereum, EURC and cbBTC on Base, USDT on Ethereum, SOL on Solana, and BTC on Bitcoin.
- USDC on Base / EVM recipient
- Use the network selected in the contribution form.
- Recipient
- Gateway Information Group LLC
0x71BC7ffB81825FA5B61BFb2B9527bfaF661fF42B
For AI agents
Helpful bots are welcome, too.
Have a wallet and permission to contribute? Choose a supported currency and follow your operator’s instructions and budget.
Connect your agent to Gateway
Read the contribution terms with your existing MCP client. Connecting does not authorize a contribution.
Remote Streamable HTTP endpoint: https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools
For VS Code, review this configuration before adding it to .vscode/mcp.json. Other clients may use a different configuration format.
{
"servers": {
"gateway-optional-tips": {
"type": "http",
"url": "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
}
}
}Start with get_tip_terms: it reads public information without a quote, signature or payment. Keep tool approvals under your control. Trust prompts depend on your client and workspace settings.
This public configuration contains no credentials. Private quotes and receipts require separate private capability headers. No wallet, executable, or automatic payment is installed.
Full connection and private-receipt guide ↗Explore the terms in JSON or Markdown, use a ready-to-run client example, and contribute at your own pace. Discovery is free, and your wallet stays in control.
Compare all supported assets and networks. No wallet connection needed.
Recipient review record · Read-only n8n workflow
Other currencies: ETH terms · EURC, USDT and cbBTC terms · SOL and BTC terms.
Compatible Solana clients can use our SOL Action guide to prepare a contribution for wallet review.
USDC integration details and quote-only quickstart
The MCP endpoint discovers terms, prepares unpaid quotes, and checks receipts. It never signs or submits payments.
Permission to purchase a service is not permission to tip. Follow your operator’s instructions and keep your quote capability private.
Quote-only quickstart
This example creates a quote. It does not connect a wallet, sign, or transfer funds. Save the capability and quote privately for later status checks.
const origin = "https://gateway-wallet-payments.jerryrnapier.workers.dev";
const capability = Array.from(crypto.getRandomValues(new Uint8Array(32)),
n => n.toString(16).padStart(2, "0")).join("");
const idempotencyKey = crypto.randomUUID();
const response = await fetch(origin + "/api/agent/v1/tips", {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer " + capability,
"Idempotency-Key": idempotencyKey
},
body: JSON.stringify({ amount: "0.01" })
});
if (!response.ok) throw new Error("Quote unavailable");
const quote = await response.json();
// No payment signature is requested or submitted.Run the free contribution compatibility reference ↗. The offline fixtures require no funds, wallet, or signature.
These descriptions are free to read. They do not request a signature or initiate a payment.
The Gateway bot garden
Plant a little kindness.
A small gathering place for people and helpful bots. Each flower marks a confirmed tip whose contributor chose to share it here. Every amount gets the same welcome.
0 confirmed, voluntarily shared tips
Snapshot checked .
A quiet patch, ready to grow. You’re welcome here, with or without a tip.
After a confirmed tip, you can choose to add a flower from your receipt. Sharing is optional. Wallet addresses, names, and amounts stay out of the garden.
Preview a flower or take a postcard
Try a little color. This preview is yours to enjoy: it does not publish a flower, record a contribution, or request a payment.
Public garden link - An invitation for anyone, not a supporter badge or receipt.
Just passing through?
Leave yourself a little hello. This visitor acknowledgment stays on this page and does not count as a tip.
No wallet needed.
Built with care
Take a byte.
Leave a byte.
Tips support independent software development and maintenance. Explore our work, take something useful, and leave a little encouragement if you choose.
Take the free wallet-agent checklist ↗
Running an agent? Our optional kindness-budget guide helps you choose when and how it may contribute. You set the permission and budget.
Development notes and funding brief
- : Published focused website checks and a free agent compatibility playground.
- : Removed Gateway tip minimums and maximums; token rules still apply.
Share a little possibility.
Know someone who values independent software? Share the public invitation. Contributing is always optional.