StockSharp.Velodrome 5.0.0

Prefix Reserved
dotnet add package StockSharp.Velodrome --version 5.0.0
                    
NuGet\Install-Package StockSharp.Velodrome -Version 5.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Velodrome" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Velodrome" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Velodrome" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Velodrome --version 5.0.0
                    
#r "nuget: StockSharp.Velodrome, 5.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Velodrome@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Velodrome&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Velodrome&version=5.0.0
                    
Install as a Cake Tool

Velodrome Connector

Русский | 中文 | Español | Deutsch | Português | 日本語

The Velodrome connector connects StockSharp to Velodrome classic and Slipstream liquidity pools on Optimism. It maps configured pools, executable quotes, on-chain swaps, wallet balances, and submitted transactions to StockSharp messages.

Key capabilities

  • Instrument discovery for configured classic and concentrated-liquidity pools, including token metadata.
  • Level 1 bid and ask quotes derived from executable pool probes, with WebSocket updates and polling fallback.
  • Historical and live tick trades from on-chain swap logs, with time-frame candles built from those events.
  • Immediate market swaps signed with an optional EVM private key, including allowance handling and configurable slippage.
  • Wallet token balances plus transaction-receipt, order-state, and execution updates.
  • Historical collection is bounded by configured Optimism block ranges and block counts.
  • No centralized order book, resting limit orders, atomic replacement, or cancellation is available.
  • Optimism RPC calls, token units, pool variants, signing, and event logs are hidden behind the standard StockSharp API.

Typical use

Use this connector for Optimism DEX monitoring, Velodrome pool analytics, event-based backtests, wallet tracking, and direct swap execution.

Pool coverage, executable prices, liquidity, RPC history, gas costs, transaction finality, and endpoint availability depend on Velodrome, Optimism, and the configured RPC services.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0 106 8/27/2026

Docs: complete multilingual connector READMEs