Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.superbots.finance/llms.txt

Use this file to discover all available pages before exploring further.

This page answers the most common questions about using UpBots SuperBots. If you are new to the platform, start here to understand what SuperBots is, how vaults work, and what you need to get started.
UpBots SuperBots is a DeFi algorithmic trading platform where automated strategies run inside on-chain smart contracts called vaults. You deposit tokens into a vault, the strategy trades on your behalf, and you can withdraw your funds at any time. Because everything runs on-chain, you retain control of your assets throughout.
No traditional account is required. You connect a Web3 wallet — such as MetaMask — and your wallet address serves as your identity on the platform. There is no email registration or password to manage.
Vaults are deployed on Binance Smart Chain (BSC) and Ethereum (ETH). Each vault records its chain in the chain field, which defaults to bsc. You can switch between networks using the network switcher in the platform header.
Any wallet compatible with Web3Modal can connect to the platform. MetaMask is the most commonly used option. Your wallet must support the network (BSC or ETH) that the vault you want to interact with is deployed on.
Each vault may define a maxCap field that limits the total value it accepts. Individual minimum deposit thresholds are not defined in the vault entity; check the vault detail page for any caps or restrictions specific to that vault.
Each vault specifies the tokens it accepts via the currency1 and currency2 fields. The accepted token pair varies by vault. Check the vault detail page to confirm which currencies a specific vault supports before depositing.
Use the network switcher component in the platform header. When you change networks, your wallet will prompt you to confirm the switch. The platform then loads vaults and data relevant to the selected chain.
A supervault is a higher-level smart contract that aggregates multiple vaults under a single interface. It has its own contractAddress, performance metrics, and fee structure. You can identify whether a vault is connected to a supervault via the supervaultConnected field on the vault.
The vaultType field on each vault determines its type. standard vaults trade spot markets, while perp vaults trade perpetual futures contracts. Perpetual vaults use leverage (tracked in the leverage field), which increases both potential returns and potential losses.
Your funds are held inside smart contracts on-chain, not by UpBots directly. When you deposit, the tokens go to the vault’s contractAddress. UpBots cannot move your funds outside of what the smart contract logic permits. You can verify the contract address for any vault on its detail page.