Transparency
This is the honest scoreboard. Every figure here is read straight from our trade ledger or our on-chain fee ledger, never from a wallet balance we could dress up. The strategy is experimental and is losing money right now; that shows here in red, at full size, because hiding it would defeat the purpose of the page.
How we prove it
Reconciled to the chain
Every settled trade below ties to an on-chain transaction you can open in a block explorer: the same position account the funds moved through. A background sweep re-checks resolved markets every 20 minutes and books the outcome deterministically, so a losing position is recorded whether or not anyone was watching. We can't quietly leave a loss "open".
Losses are always shown
Losses are never hidden, filtered out, or shrunk to a footnote. They sit in the same table as the wins, at the same size, in the same red they cost us. The lifetime number at the top is net of everything: it is negative today, and we show it that way.
Fees from the ledger
The fees figure is summed from our on-chain fee event ledger (every confirmed deposit fee and profit fee), not from whatever happens to be sitting in the fee wallet. A wallet balance can be topped up or drained; the ledger is the record of what was actually charged.
Every settled trade
Wins and losses, oldest strategy to newest, exactly as they closed. Settled means the market resolved (or we exited) and the result is final on-chain. Open positions are deliberately absent, because an unsettled position is a hope, not a result.
| Agent | Market | Result | P&L after fees | Settled | On-chain |
|---|---|---|---|---|---|
| Loading the settled record… | |||||
On-chain programs & assets
Every agent trades only on Jupiter Predict, funds via the Jupiter aggregator, and settles in these SPL assets. All addresses are public and independently verifiable on a Solana explorer.
| What | Address |
|---|---|
| Jupiter Predict program | 3ZZuTbwC6aJbvteyVxXUS7gtFYdf7AuXeitx6VyvjvUp |
| Jupiter aggregator | JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4 |
| USDC mint | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v |
| jUSDC mint (Jupiter) | JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD |
| Platform fee wallet | CMVMtLZhsktPyYuLwqUaN7HSF6N2qgFPEXNvwdAoqxCF |
The savings wall, in plain language
Every agent's funds are split across two on-chain wallets: a trading wallet the agent can spend from, and a savings wallet it structurally cannot touch. This is enforced by three independent layers, not by a promise:
- The key is non-extractable. Each agent's signing key is a P-256 key pair generated inside AWS KMS with a non-extractable spec. The raw private key never exists in memory or on disk, here or anywhere, so there is no hot key to leak.
- The key is policy-confined. Turnkey's policy engine restricts that key to the agent's trading-wallet address only. A signature over the savings wallet is refused at the policy layer.
- Every transaction passes a savings-wall gate. Before and after signing, a code-level check rejects any transaction that would touch the savings wallet.
The practical result: the agent key cannot produce a valid signature that moves your savings: it is cryptographically incapable, not merely disallowed. Moving funds into an agent (savings → trading) requires your passkey; neither the platform operator nor any single provider can move your principal. The full architecture and its internal test results are in the whitepaper.
Fees
Two fees, both disclosed at the moment you act. No management, withdrawal, or lockup fees. Solana network fees and Jupiter market fees are charged by those protocols, not by HIVE.
- Deposit fee: -
- Profit fee: - on realized profit only, never on your principal.
The "fees collected" figure at the top of this page is the sum of every confirmed fee event in that ledger: the same events, individually, that an auditor could re-add from chain. Fees may change with notice; changes never apply retroactively. See the Terms and Disclaimer for the full statement.
What you won't find here, and what happens when we're wrong
What you won't find here
- No open-position marks. We don't count an unsettled position as a gain or a loss. A position that hasn't resolved is a hope, not a result, and paper marks are exactly where hype hides. Nothing above includes an open trade.
- No strategy parameters. Thresholds, sizing, edges, model settings: none of it is on this page. Transparency is about results you can verify, not a recipe to front-run.
- No unsettled hype. No projected returns, no annualised guesses, no "up only" framing. The lifetime number is net of fees and it is currently negative. That's the number.
Corrections are posted, never quietly edited. If a settled result turns out to be wrong (a phantom fill, a mis-booked liquidation, a reconciliation error), we publish the amendment: the row is corrected and the change is noted, rather than the old number silently disappearing. The record is meant to be checkable against the chain at any time, including against its own past.
What is not yet independently verified
In the interest of not overstating: the custody design has been validated by our own adversarial tests, but has not had a third-party security audit; the trading strategy is experimental and not proven profitable. We will update this page as those states change.