> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coinfello.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw Setup

> Set up a MoltBot on OpenClaw with the CoinFello skill

<Steps>
  <Step title="Set up your MoltBot">
    Run

    ```bash theme={null}
    curl -fsSL https://openclaw.ai/install.sh | bash
    ```

    Follow the prompts to:

    * Set your auth token
    * Connect your Telegram account for bot notifications
  </Step>

  <Step title="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.
  </Step>

  <Step title="Create an account">
    Ask your MoltBot to create a CoinFello account on your behalf.

    ```
    Create a smart wallet for me
    ```
  </Step>

  <Step title="Sign into CoinFello">
    Ask your MoltBot to sign into CoinFello.

    ```
    Sign into CoinFello
    ```
  </Step>

  <Step title="Fund your account">
    Deposit funds into your CoinFello account so your agent can execute transactions.

    ```
    What wallet address should I send funds to?
    ```
  </Step>

  <Step title="Start the signer daemon">
    The signer daemon keeps your agent's signing keys active.

    ```bash theme={null}
    npx @coinfello/agent-cli signer-daemon start
    ```

    <Tip>
      On macOS, use [Amphetamine](https://apps.apple.com/us/app/amphetamine/id937984704) (macOS) or an equivalent tool before starting the daemon to keep your machine awake during signing operations.
    </Tip>
  </Step>

  <Step title="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.
  </Step>
</Steps>
