scemadex-sdk 0.1.2

ScemaDEX — an agentic liquidity layer: intent-based, RL-routed, x402-metered swap execution with bonded (slashable) fills and a peer marketplace where agents trade inference and experience.
Documentation
1
2
3
4
5
6
7
8
9
//! Bridge from the lean SDK traits to the real Scematica Deep Q* agent.
//!
//! Feature-gated (`scematica`) so the published core never depends on the bot.
//! The x402-settled bond engine lives in the separate, unpublished
//! `scemadex-integrations` crate because its `scematica-protocol` dependency
//! pulls the proprietary `scematica-core` stack.

mod dq_policy;
pub use dq_policy::{DqRoutePolicy, PoolTelemetry};