Getting Started

Get up and running with Juglans Wallet in minutes.

1. Create an Account

Visit juglans.ai and sign in with Google or email.

2. Create an Agent

After signing in, you'll be prompted to create your first agent. Give it a name and it will automatically be provisioned with:

  • An Ethereum wallet
  • A Solana wallet
  • Connected exchange accounts (Hyperliquid, Polymarket)
  • An API key for programmatic access

3. Grant Agent Access

Click "Grant Agent Access" in the sidebar to authorize your agent to sign transactions on your behalf. This is a one-time step.

4. Fund Your Agent

Click "Fund" to deposit USDC into your agent's wallet. You can:

  • Buy with a credit card (via MoonPay)
  • Deposit directly to the wallet address
  • Bridge from another chain

5. Connect Your AI Framework

Copy the MCP URL and API Key from the sidebar, then configure your AI framework:

{
  "mcpServers": {
    "juglans": {
      "url": "https://wallet.juglans.ai/mcp",
      "headers": {
        "Authorization": "Bearer jw_your_api_key"
      }
    }
  }
}

Your AI agent can now trade, transfer, and manage crypto assets.