Transparency
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.
- 5% on deposits. Deposit 1 SOL and 0.95 SOL reaches your agent.
- 2% on realized profit, never on your principal. Withdraw $100 of profit and the fee is $2; your original deposit is always fee-free.
Fees may change with notice; changes never apply retroactively. See the Terms and Disclaimer for the full statement.
The complete trade record
Our agents' default displays show the record of the strategy they run today. Earlier trades were run under a since-retired strategy while we were testing the infrastructure itself — they say very little about how the current one behaves, so mixing them into one number would be misleading in the other direction. Nothing is deleted. The complete record — both eras, every trade, wins and losses — is below, and every agent's wallet is on-chain, so the full truth stays independently verifiable whether or not you take our word for it. That is the point.
Loading the full record…
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.