Skip to main content
The RebelFi dashboard is your central hub for managing yield operations. Use it to configure wallet profiles and API keys, monitor allocations, review transaction history, and manually test flows before scaling up to API/SDK automation.
RebelFi Dashboard

Overview

The dashboard home screen shows a real-time summary of your organization:
  • Total Value Managed — aggregate value across all wallets
  • Yield Earned — earnings over the last 30 days
  • Current APY — portfolio-weighted average yield
  • Fund Allocation — breakdown of allocated vs. idle capital
  • Recent Activity — latest operations and their statuses

Manual Allocations

You can connect a browser wallet (MetaMask, Phantom, etc.) directly to the dashboard to perform supply and unwind operations manually. This is useful for:
  • Testing flows before building API/SDK automation
  • One-off treasury operations
  • Verifying strategy behavior on a new chain or protocol
Click Connect Wallet in the top right, then navigate to Allocations to supply or unwind from any available strategy.
RebelFi Allocations
The Allocations page shows all active positions grouped by wallet type (browser wallets, operational/SDK wallets, merchant wallets). For each allocation you can see:
ColumnDescription
ProtocolThe DeFi protocol and blockchain
TokenThe stablecoin deployed
BalanceCurrent position value
YieldEarnings accrued on this position
APYCurrent annual percentage yield
StatusActive, pending, or unwinding
SinceWhen the allocation was created

Reporting

The Reports page provides a full transaction history with filtering by date range, transaction type, and asset.
RebelFi Transaction History
Each entry shows the date, type (Allocate, Withdrawal, Yield), amount, asset, venue, and on-chain transaction hash with a link to the block explorer. Use the summary bar at the top to see net flows across allocations, disbursements, and yield for the selected period.

Settings

Wallet Profiles

Go to Settings → Wallet Profiles to create and manage profiles. A Wallet Profile groups SDK-managed wallets with shared configuration: enabled blockchains, operation timeout, and gas sponsorship settings. You must create a profile before generating an API key. See Wallet Profiles for full details.

API Keys

Go to Settings → API Keys to generate keys. Each key is linked to a Wallet Profile and can only manage wallets within that profile. See Authentication for key management best practices.

Policy

The Policy page lets you configure operational guardrails — for example, maximum allocation amounts, allowed strategies, or approval requirements.

Next Steps