orderly-deposit-withdraw
Orderly Network: Deposit & Withdraw
This skill covers depositing and withdrawing assets on Orderly Network, including token approvals, vault interactions, cross-chain operations, and internal transfers.
When to Use
- Building deposit/withdrawal interfaces
- Managing collateral
- Implementing cross-chain transfers
- Handling token approvals
- Internal transfers between accounts
Prerequisites
- Connected Web3 wallet (EVM or Solana)
- Tokens on supported chain
- Understanding of ERC20 approve pattern
- Ed25519 key pair for API operations
More from orderlynetwork/skills
orderly-api-authentication
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 signatures for API requests
56orderly-trading-orders
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
51orderly-positions-tpsl
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
41orderly-sdk-trading-workflows
Complete trading workflows for Orderly Network DEX applications, from wallet connection through order execution, position management, and withdrawal.
35orderly-websocket-streaming
Establish authenticated WebSocket connections for real-time orderbook, execution reports, positions, and balance updates
35orderly-sdk-theming
Customize the visual appearance of your Orderly DEX with CSS variables, colors, fonts, logos, and TradingView chart styling.
34