Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

Quant Research Objects

First-wave object matrix

TypeObjectRolePriority
CEXBinanceExecution and researchP0
CEXOKXExecution and researchP0
DEXUniswapResearch onlyP1
YieldAaveResearch onlyP1
LSTLidoResearch onlyP1
BridgeAcrossResearch onlyP1
BridgeStargateResearch onlyP1
BridgeCircle CCTPResearch onlyP1

First-wave symbols and pools

  • BTCUSDT
  • ETHUSDT
  • SOLUSDT
  • ETH-USDC
  • WBTC-USDC
  • stETH / ETH
  • USDC Supply
  • ETH Supply
  • Ethereum <-> Base ETH/USDC
  • Base <-> Arbitrum USDC

Research Object Config Fields

FieldDescription
object_keyUnique object key
object_typecex / dex / yield / lst / bridge
platform_keyPlatform or protocol key
chain_idChain ID for on-chain objects
symbol_or_poolTrading pair, pool, or route
market_typespot / perp / pool / vault / bridge_route
statusactive / paused / disabled
research_stageobserve / backtest / signal / execution_candidate
priorityInternal research priority
warning_textSpecial risk note
is_execution_candidateWhether future execution evaluation is allowed

Example object

{
  "object_key": "uniswap_base_eth_usdc_pool",
  "object_type": "dex",
  "platform_key": "uniswap",
  "chain_id": 8453,
  "symbol_or_pool": "ETH-USDC",
  "market_type": "pool",
  "status": "active",
  "research_stage": "observe",
  "priority": 10,
  "warning_text": "Research only, not enabled for auto execution",
  "is_execution_candidate": false
}

Rules

  • research_stage and is_execution_candidate should not be merged.
  • On-chain objects should usually start from observe or backtest.
  • Promotion to execution_candidate requires data quality, slippage, gas, MEV, and failure model validation.