Skip to main content
Gigabrain integrates with third-party platforms for trade execution and real-time notifications. All integrations are managed from your Profile → Integrations page.
Gigabrain is non-custodial. We never have access to your funds. Exchange API keys only allow Gigabrain to place orders you configure, it cannot withdraw funds. Never share your wallet seed phrase or recovery phrase through the platform.

Hyperliquid

Hyperliquid is the primary execution venue for Gigabrain Agents. Connecting it allows your Agents to place, monitor, and close trades on your behalf based on the strategies you define.

Setup

1

Visit integrations page

  1. Go to Profile → Integrations.
  2. Select Hyperliquid.
  3. Connect your wallet and sign transactions to authorize generate apis wallet to trade on your behalf.
2

Verify connection

Once connected, you should see a Connected status on your Integrations page. Your Agents can now execute trades on Hyperliquid.

Key considerations

  • Execution risk: Orders are submitted to Hyperliquid under its rules. Slippage, partial fills, and liquidation mechanics are controlled by Hyperliquid, not Gigabrain. See the Risk Disclosure for details.
  • Use Standard Hyperliquid account: For new account Hyperliquid will create a unified account for you. At momentum we don’t support unified accounts yet. You can diable the unified account in hyperliquid settings, by clicking on “Disable Unified Account Mode”.

Telegram Notifications

Connect Telegram to receive real-time alerts from your Agents, including trade executions, performance summaries, and market signals.

Setup

1

Visit integrations page

  1. Go to Profile → Integrations.
  2. Select Telegram.
  3. Copy the displayed code and message it to telegram bot.
2

Verify connection

  1. You should see a Connected status on your Integrations page.

AI Models (Bring Your Own Key)

Connect your own LLM provider API key to use any model from OpenAI, Anthropic, xAI, or OpenRouter with Gigabrain Chat and Agents. When using your own key, only the base platform fee is charged — no token markup.

Supported providers

ProviderModelsHow to get a key
OpenRouter400+ models from all providers with one keyopenrouter.ai/keys
OpenAIGPT and reasoning modelsplatform.openai.com/api-keys
AnthropicClaude family of modelsconsole.anthropic.com
xAIGrok family of modelsconsole.x.ai
VenicePrivacy-focused AI inferencevenice.ai

Setup

1

Add your API key

  1. Go to Profile → Integrations.
  2. Select AI Models.
  3. Choose a provider and paste your API key.
2

Select a model

In Chat, click the model selector (bottom of the input box) to browse available models from your connected providers.

Using custom models via API

Pass model and model_provider in your /v1/chat request to use a specific model:
{
  "message": "Analyze ETH technicals on the 4H chart",
  "model": "claude-sonnet-4-20250514",
  "model_provider": "anthropic"
}
For OpenRouter models, use the full OpenRouter model ID and set provider to openrouter:
{
  "message": "What's the macro risk regime?",
  "model": "anthropic/claude-sonnet-4",
  "model_provider": "openrouter"
}

Key considerations

  • API keys are encrypted at rest using AES-256-GCM. They are never stored in plain text.
  • One key per provider. Adding a new key for the same provider replaces the existing one.
  • Fallback to default. If no custom model is selected, Gigabrain uses its default model.
  • OpenRouter is the easiest way to start. One key gives you access to models from OpenAI, Anthropic, Google, Meta, and more.

Managing Integrations

  • View and manage all connected integrations from your Profile → Integrations page.
  • You can disconnect any integration at any time.
  • Disconnecting an exchange integration will stop any active Agents from executing trades.
Need help? Contact on Telegram.