nautilus-derive 0.62.0

Derive integration adapter for the Nautilus trading engine
Documentation

nautilus-derive

build Documentation crates.io version license Discord

NautilusTrader adapter for the Derive decentralized derivatives exchange.

The nautilus-derive crate implements the Derive adapter for NautilusTrader, including typed HTTP and WebSocket clients, REST and stream models, venue parsing, data and execution client wiring, and EIP-712 signing for the official Derive API.

Derive offers European-style options, perpetual swaps, and spot markets on the Derive Chain, an optimistic rollup that settles to Ethereum. Orders match off-chain and settle on-chain while users retain custody through per-user smart-contract wallets.

NautilusTrader

NautilusTrader is an open-source, production-grade, Rust-native engine for multi-asset, multi-venue trading systems.

The system spans research, deterministic simulation, and live execution within a single event-driven architecture, providing research-to-live semantic parity.

Feature flags

This crate provides feature flags to control source code inclusion during compilation:

  • python: Enables Python bindings from PyO3.
  • extension-module: Builds as a Python extension module.

High-precision mode (128-bit value types) is enabled by default.

Fuzzing

Coverage-guided fuzz targets for Derive wire models, parsers, signing payloads, and nonce sequencing live in fuzz/. They require the workspace-pinned cargo-fuzz binary and a Rust nightly toolchain.

Documentation

See the Derive integration guide and crate docs for more detailed usage.

License

The source code for NautilusTrader is available on GitHub under the GNU Lesser General Public License v3.0.


NautilusTrader™ is developed and maintained by Nautech Systems, a technology company specializing in the development of high-performance trading systems. For more information, visit https://nautilustrader.io.

Use of this software is subject to the Disclaimer.

© 2015-2026 Nautech Systems Pty Ltd. All rights reserved.