Skip to main content
1

Set up your MoltBot

Run
curl -fsSL https://openclaw.ai/install.sh | bash
Follow the prompts to:
  • Set your auth token
  • Connect your Telegram account for bot notifications
2

Add the CoinFello skill

Tell your MoltBot to install the CoinFello skill from ClawHub.
Add the CoinFello skill from ClawHub: https://clawhub.ai/BrettCleary/coinfello
or
npx clawhub@latest install coinfello
Your bot will fetch and install the skill automatically.
3

Create an account

Ask your MoltBot to create a CoinFello account on your behalf.
Create a smart wallet for me
4

Sign into CoinFello

Ask your MoltBot to sign into CoinFello.
Sign into CoinFello
5

Fund your account

Deposit funds into your CoinFello account so your agent can execute transactions.
What wallet address should I send funds to?
6

Start the signer daemon

The signer daemon keeps your agent’s signing keys active.
npx @coinfello/agent-cli signer-daemon start
On macOS, use Amphetamine (macOS) or an equivalent tool before starting the daemon to keep your machine awake during signing operations.
7

Give it a strategy and schedule a cron job

Describe your trading strategy and ask your MoltBot to create a cron job to run it on a schedule.
Use a DCA strategy to buy $1 of ETH with USDC every day at 9am. Set up a cron job for this.
Your MoltBot will configure the strategy and schedule recurring execution automatically.