BULLEM
DOCSLAUNCH

OVERVIEW

BULLEM is the entry layer for the Black Bull protocol on Solana. It is a frontend-first launchpad with no application database, no user accounts, and no server-side custody of funds. Every figure displayed on this site is read live from public on-chain sources and independently verifiable. The only server component is a thin RPC proxy that relays Solana JSON-RPC calls — it stores nothing and cannot sign on your behalf.

HOW IT WORKS

The site runs entirely in your browser. Market data — price, volume, liquidity, market cap — is pulled directly from the Dexscreener public API with no proxy required. On-chain data — token supply, wallet balances, pool state — routes through a narrow Express RPC proxy that enforces a strict method allowlist. Only specific read and transaction-lifecycle methods are permitted. Everything else is rejected. The upstream RPC URL lives only on the server and is never shipped to the browser.

LAUNCHPAD FLOW

Step 1 — Connect Phantom or Solflare wallet. Step 2 — Submit your token contract address. Step 3 — BULLEM initializes an LP pod on PumpSwap using the PumpSwap SDK. Step 4 — The pod is seeded with the initial liquidity position, non-custodial from the moment of initialization. Step 5 — Token enters the Bull Index queue pending on-chain confirmation. Step 6 — Trading fees begin accumulating from swap volume on the token/SOL pair. Step 7 — Protocol harvest schedule activates and fees begin routing per the split defined below.

LP PODS

Each LP pod is a real non-custodial PumpSwap liquidity position. The protocol treasury holds the LP position. Your wallet holds your funds. The pod state — pool address, liquidity depth, fee accumulation — is readable directly from Solana JSON-RPC at any time. The Dexscreener pair address doubles as the on-chain PumpSwap pool account so all market data and pool state reference the same public identifier. Everything is independently verifiable without using this site.

FEES

Twenty percent of each protocol harvest is split as follows: fifty percent routes to open-market $ANSEM buybacks, fifty percent routes to BULLEM staker rewards. The remaining eighty percent stays inside the pod, compounding the liquidity position over time. There are no emissions. There is no printed reward token. Yield is derived entirely from real swap volume on active trading pairs.

SECURITY

No backend state is stored anywhere. The RPC proxy enforces a strict method allowlist — only the specific read and transaction-lifecycle calls the site actually uses are permitted, with batch size caps and tiered rate limits on expensive methods like simulateTransaction and sendTransaction. Browser requests complete an origin-bound handshake before reaching the proxy, preventing it from becoming an open relay for anonymous traffic. The upstream RPC URL is configured via environment variable on the server only and never exposed to the client. You sign every transaction in your own wallet. Funds never touch the server.