Cross-Chain Social Trading Platform
Allocate capital to traders without giving them custody. Traders upload strategy logic into a Trusted Execution Environment (TEE) that executes trades on their behalf using pooled vault liquidity.
Traders never have custody of your funds. The TEE enforces that traders cannot withdraw user funds - only execute trades according to pre-approved rules.
Deposit from Ethereum Sepolia, Base Sepolia, Arc, or Rari. Funds are bridged to Base Sepolia where all trading execution happens.
Trading instructions are executed in a Trusted Execution Environment. Traders cannot deviate from submitted strategy logic - all trades are rules-based.
ArcaneFi enables "strategy renting" - users bet on traders, and traders get scalable capital without revealing alpha or risking custodial liability. Retail users deposit liquidity into pooled vaults tied to specific traders.
Traders don't touch user wallets directly. Instead, they upload trading instructions, signals, or strategy logic into a TEE. The TEE owns a dedicated trading account and is the only entity allowed to submit trades. It receives real-time inputs (market data, trader signals, risk parameters) and executes trades on integrated exchanges strictly according to pre-approved rules.
All positions, PnL, and fee distributions are logged and broadcast on-chain for transparent accounting. Risk limits like max leverage, stop-loss, exposure caps, and withdrawal constraints are enforced automatically. The platform uses on-chain contracts as the source of truth - no database required.
Deposit from any supported chain (Ethereum Sepolia, Base Sepolia, Arc, or Rari)
CCTP (Circle Cross-Chain Transfer Protocol) for chains with native USDC support, or custom attestation flow for chains without CCTP (like Rari)
CCTP attestation from Circle or TEE-signed attestation for Rari deposits
USDC is minted/received on Base Sepolia to TEE wallet using CDP Server Wallets
All trading happens on Base Sepolia using TEE wallet funds. TEE executes trades on integrated exchanges (HyperLiquid) according to trader-submitted strategy logic
Trader signs a message with their private key as attestation
TEE API verifies the signature and checks trader registration on-chain (VaultFactory)
TEE validates the trading instruction against pre-approved strategy rules
TEE fetches current market data (prices from CoinGecko) and checks risk limits (leverage, exposure caps, stop-loss)
TEE wallet (CDP wallet) executes the trade on the integrated exchange. Position is created and logged on-chain with transparent accounting
Primary trading chain
CCTP supported
CCTP supported
Custom attestation
All TEE operations use Coinbase Developer Platform Server Wallets with keys stored in secure enclaves. Private keys never leave secure enclaves.
Trader registration, deposits, and positions are tracked on-chain via VaultFactory and UnifiedVault contracts. No database required - all state is stored on-chain.
The TEE enforces that traders cannot deviate from their submitted strategy logic. It only executes trades that match pre-approved rules.
All positions, PnL, and fee distributions are logged and broadcast on-chain. Traders earn performance fees, while users earn proportional returns based on vault share allocation.