You're in. Everything below is yours — free, no strings attached.
Work through the steps in order. Ask questions. We will not leave you behind.
Nemo Relictus.
Your trust is your legal vessel. It shields assets from creditors, bypasses probate entirely, and makes you the private executor of your own estate. Download the free template, fill in your details, sign in front of a notary. Done. No attorney required.
Get the Free Template Trustee HandbookOpen a bank account in the name of your trust — not your personal name. The trust is the account holder. You are the authorized trustee acting on its behalf. Must be done in person at a branch — no online option for trust accounts.
What to bring: Executed trust document · Trust EIN (free at IRS.gov, 10 min) · Government-issued photo ID · SSN for each trustee
Your options:
Chase or PNC — Big banks that handle trust accounts regularly. PNC is solid for this. Bring the full checklist above. Chase requires all trustees present.
No SSN? Use an ITIN instead — Chase, BofA, Citibank, and PNC all accept it. Apply with IRS Form W-7, takes 7–11 weeks. Or try a community bank or credit union — they're more flexible on ID requirements than the big chains.
Digital option — Neobanks like Wise or Revolut require no SSN or ITIN and are fully online. Not traditional trust banking but workable as a starting point.
Gemini is the exchange we use to trade PAXG gold. Create your account, complete KYC verification, then link your trust bank account under Settings → Payment Methods. Verify with micro-deposits (1–2 days). Limits: up to $5,000/day in, $100,000/day out via ACH.
Open Gemini (Referral Link)Download Phantom Wallet. Buy SOL inside Phantom. Then swap SOL for $HMBRGL on Jupiter or Raydium using the contract address below. $500 makes you a full guild member and puts you first in line for the live bot when it launches. The coin is yours — not a fee.
Get Phantom Wallet Buy on Jupiter Buy on RaydiumEmail hamburgleronsolana@gmail.com with a screenshot of your $HMBRGL position in Phantom. We confirm your membership and begin onboarding within one business day. The paper bot is available to everyone immediately. The live bot deploys when it's battle-tested and ready — you'll be first to know.
The PAXG Ninja bot is in active development. The paper version will be available soon for all members to run in simulation mode — follow along as it gets refined and built toward the live launch.
Full simulation mode — all modules active, all logic running, zero real money. Market data engine initializing. Updates drop regularly. Free for everyone.
Initializing — Coming SoonBattle-tested live trading version for Gemini. In development. When it's ready — no bugs, no surprises — it deploys to guild members first. $500 in $HMBRGL secures your spot.
In DevelopmentThe entry authority. Reads FLOOR / CLIMBING / RANGING states. Only opens trades when conditions are right. Core logic written and tested.
TestingGeometric price symmetry analysis. Computes optimal sell targets on both sides of the market. Price goes up or down — you win.
In Development| hamburgler.org | |
| Main Site | hamburgler.org |
| Trust Template | hamburgler.org/page-trust-creator/ |
| Blog | hamburgler.org/blog/ |
| PAXG Calculator | hamburgler.org/paxg-calculator/ |
| Trust Law Books | hamburgler.org/trust-law-estate-books/ |
| Site Index | hamburgler.org/page-index/ |
| teamelectro.org | |
| Navigator | teamelectro.org/project/choice-of-laws/ |
| Resource Docs | teamelectro.org/project/resource-documents/ |
| Affiliates | teamelectro.org/weblinks/ |
| External Tools | |
| Gemini Exchange | exchange.gemini.com (Referral Link) |
| Jupiter | jup.ag |
| Raydium | raydium.io |
| Phantom Wallet | phantom.com/download |
| DEX Screener | $HMBRGL Chart |
| Contact | |
| Bot Activation | hamburgleronsolana@gmail.com |
| Trust & Estate | settlor@gwptrust.info |
| Mailing Address | PO Box 524, Glenwood, New Jersey 07418 |
| Hours (EST) | Daily 6:30am–6:30pm · Sun 8am–11:30am · Holidays 8am–3pm |
The PAXG Ninja runs on your machine via a simple Python script. Follow these steps exactly. If you get stuck — email hamburgleronsolana@gmail.com.
Log into your Gemini account at exchange.gemini.com. Click your account icon (top right) → Settings → API. Click "Create a New API Key" and enter your 2FA code when prompted.
On the key creation screen set the following:
Scope: Primary · Name: PAXG Ninja Bot
Permissions: Enable Fund Management and Trading — the bot needs both to place and manage orders.
⚠️ Copy your API Key and API Secret immediately — Gemini only shows the secret once. Store both somewhere safe. Never share them.
In the same folder as the bot files, create a file named exactly .env (note the dot — no other extension). Paste the template below and fill in your values:
# ── Gemini ────────────────────────────────── GEMINI_KEY=paste-your-api-key-here GEMINI_SECRET=paste-your-api-secret-here # ── Mode ──────────────────────────────────── PAPER_MODE=true DRY_RUN=false # ── Email Alerts ──────────────────────────── SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=your-gmail@gmail.com SMTP_PASS=your-gmail-app-password SMTP_FROM=your-gmail@gmail.com SMTP_TO=your-gmail@gmail.com # ── SMS Alerts (optional) ─────────────────── PHONE_SMS_EMAIL=10digitnumber@vtext.com
Keep PAPER_MODE=true until you are fully comfortable with how the bot operates. This runs full simulation with zero real money.
The bot sends email alerts on every fill. To allow this, Gmail requires an App Password — a separate password just for the bot, not your main Gmail password.
Go to myaccount.google.com/security → 2-Step Verification (must be enabled) → scroll to the bottom → App passwords. Create one named "PAXG Ninja". Google gives you a 16-character password — paste it into SMTP_PASS in your .env file.
Place START_PAXG_NINJA.bat in your bot folder alongside paxg_ninja_main.py and .env. Double-click it to start. The NinjaDashboard launches in your terminal showing live PnL, open legs, macro state, and corridor width.
The launcher automatically restarts the bot after 10 seconds if it ever crashes or exits — so after a power outage it comes right back up on its own.
To stop press Ctrl + C — cancels all open buy orders cleanly before exiting.
Auto-Start After Reboot — Task Scheduler Setup
So the bot starts automatically every time Windows boots — even after a power outage — follow these steps once:
Step 1 — Open Task Scheduler
Press Win + R, type taskschd.msc, hit Enter.
Step 2 — Create a New Task
In the left panel right-click Task Scheduler Library → New Folder → name it PAXG Ninja. Then right-click that folder → Create Basic Task.
Step 3 — Name It
Name: PAXG Ninja Bot · Description: Auto-launch on startup. Click Next.
Step 4 — Set the Trigger
Select When I log on. Click Next.
Step 5 — Set the Action
Select Start a program. Click Next. Click Browse and select your START_PAXG_NINJA.bat file. Click Next.
Step 6 — Run with Highest Privileges
Click Finish. Then find the task in the library, double-click it to open properties → check "Run with highest privileges" → click OK. This prevents Windows from blocking it.
Step 7 — Set Up Auto Login (bypass the lock screen)
Press Win + R, type netplwiz, hit Enter. Select your user account → uncheck "Users must enter a username and password" → click Apply → enter your password when prompted → OK. Windows will now log in automatically after a reboot so the task fires.
After this setup, every time the machine powers on it will log in automatically, launch the bot, and the self-restart loop keeps it running indefinitely.
When you have run paper mode long enough to trust the bot, switching to live is one line in your .env file:
PAPER_MODE=false
Do not go live until you are a guild member ($500 in $HMBRGL) and have been personally onboarded. The live bot is still in development — members get it the moment it's battle-tested and ready.
Email to Begin OnboardingEverything on this page in a clean, printable PDF. Keep it. Share it. Reference it anytime.
⬇ Download Welcome PacketStep-by-step instructions for setting up your .env file, Gemini API key, Gmail alerts, the .bat launcher, Task Scheduler, and auto-login. Pick the version that works for you.