What a distributor manages
- Select and present strategies to users.
- Associate each user with the correct wallet.
- Request and submit user-signed enrollment and withdrawal authorizations.
- Guide users through funding their portfolio smart accounts.
- Surface portfolio status, positions, performance, and operations.
- Communicate material strategy changes to enrolled users.
Choose a strategy
You can distribute:- A strategy owned by your tenant, including a private strategy.
- A public strategy from another provider when you have its
strategyId. - A Glider-selected strategy returned by
GET /v2/discovery/strategies.
strategyId
throughout enrollment and portfolio management. Public status does not
guarantee placement in Glider’s curated or top-performing collections.
Distribution flow
- Present the strategy. Show users the current strategy information that is relevant to their decision.
- Enroll the user. Use the Two-Stage Enrollment flow to collect the user’s authorization and create a portfolio.
- Fund the portfolio. Send assets to the correct chain-bound smart account. See Fund a Portfolio.
- Operate and monitor. Use Portfolio Automation and the portfolio read endpoints to surface status, positions, and performance.
- Support exits. Use Two-Stage Withdrawal when a user withdraws or liquidates assets.
When the provider updates a strategy
ThestrategyId remains the same when the provider updates metadata, changes
the schedule, or publishes an allocation version. A new strategy version
becomes active immediately. Enrolled portfolios use the new target during
their next rebalance.
Keep the strategy information in your application current. Tell enrolled users
about material changes that affect the product you present.
Distributor responsibilities
- Keep the Glider API key on your backend.
- Show users the exact authorization that they will sign.
- Keep signed payloads unchanged between stages.
- Map each user identity to the correct wallet and portfolio.
- Reuse idempotency anchors when you retry a request.