Skip to main content
Hero Light Glider lets platforms create, fund, automate, and monitor onchain portfolios for their users. The API covers strategy discovery and publishing, tenant-scoped enrollment, portfolio operations, real-time positions, and performance reporting across supported EVM and Solana deployments. Prefer to chat with our docs? Feed our LLMs.txt file into your preferred AI model to ask questions about Glider’s APIs and scaffold code.

What is Glider?

Glider lets you create and automate onchain portfolios. You can define target allocations and enroll end users. You can then fund smart accounts and automate rebalances on the configured chains.

Terminology

  • Portfolio: A set of assets that Glider manages to your specifications.
  • Strategy: A reusable target allocation and rebalance schedule.
  • Smart account: A chain-bound account that holds portfolio assets and enforces the user’s delegated execution policy.
  • Rebalance: An operation that moves a portfolio toward its target allocation.
  • Session key: A limited signing capability. It lets Glider run only the operations that the user authorized.
  • Automation: A schedule that starts, pauses, and triggers portfolio rebalances.

Build with the B2B API

Quickstart

Create a strategy, enroll an end user, fund the smart account, and start automation.

B2B API Reference

Browse the current public integration surface and its deployed contract.

Get started

Get an API key

Request Glider B2B API access for your integration.

Enroll an end user

Create a portfolio through the B2B API’s two-stage, user-signed enrollment flow.

Fund and operate portfolios

Follow the B2B API lifecycle from enrollment through deposits, automation, withdrawals, and operation polling.

Explore the live contract

Use the runtime OpenAPI document, interactive reference, scope catalog, or LLM index exposed by the API.