Hero Image

Deploy, Monitor, Adapt

Create, customize, and launch web3 bots to handle everything on-chain, from monitoring to trading and beyond



Silverback is the most powerful bot tool on earth

Clock Icon

24/7 cloud hosting

Your bots stay running around the clock with reliable, continuous operation.

troops Icon

Join your troop

Collaborate with your team to co-manage bot clusters.

node Icon

Easy deployments

Launching bots has never been easier thanks to our developer-first mentality.

Rocket Icon

Unleash and analyze

Manage bots with our web app and unlock data insights using our powerful dashboard builder.

"Silverback is next level... every protocol should be thinking about @ApeFramework for the simple reason that bots are so easy to write with Silverback"

-0xcivita, co-founder at Marginal

Get Started

Authenticate Silverback CLI with ApeWorX

silverback login

Create a cluster (defaults to standard tier payment plan)

silverback cluster new my-workspace --name "My Cluster"

Pay for cluster

              silverback cluster pay my-workspace/my-cluster \
              --network optimism:mainnet \
              --account my-account \
              --time "1 month" --token USDC
            

Create environment variable groups for your bots

              silverback cluster vars new Alchemy \
              --env WEB3_ALCHEMY_PROJECT_ID=<project-id>
              # Add more `--env VAR=<value>` here
            

Deploy a bot, specifying the network and environment

              silverback cluster bots new my-bot \
              --image "github.com/my-project/mybot:latest" \
              --network base:mainnet \
              --group Alchemy \
              --account myname \
              --cluster my-username/my-cluster"
            

Try for free

The Silverback SDK is and always will be free for you to build, tinker, and unleash your bots locally. Make something cool? Let us keep it online for you on our hosted infrastructure.