solanaclawd/solana-clawd-nvidia-trading-factory-instruct

Dataset

0

stars

4

commits

3

linked in READMEs

Sep 6, 2026

updated

cufolio
cuopt
function-calling
nvidia
perps
rapids
risk-management
solana
spot
trading

README

Solana Clawd NVIDIA Trading Factory Instruct

Specialized SFT data for a Solana-native NVIDIA algorithmic trading factory. It teaches data ingestion, GPU feature engineering, alpha research, cuML KDE scenario generation, cuFOLIO/cuOpt Mean-CVaR optimization, paper execution policy, risk controls, backtesting, monitoring, and Clawd governance.

Format

Each row uses OpenAI-style messages plus metadata:

{"messages": [{"role": "system", "content": "..."}, {"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}], "metadata": {...}}

Splits

Produced by scripts/prepare_dataset.py with seed 42.

SplitExamples
train127
eval7
test8

What It Covers

  • Solana spot and perpetual futures research workflows.
  • NVIDIA-style trading factory stages: ingestion, research, optimization, inference, execution policy, monitoring.
  • RAPIDS/cuDF feature engineering and cuML KDE scenario generation.
  • cuFOLIO/cuOpt Mean-CVaR optimization with leverage, budget, turnover, cardinality, and CVaR constraints.
  • Vulcan/Phoenix paper strategy configs, command plans, and lifecycle guardrails.
  • Rise/Phoenix read-only market data plans for exchange, market, candle, orderbook, funding, and trader state.
  • Clawd perps tool-use patterns for prices, funding, order books, Jupiter quotes, paper trades, wallet checks, and risk assessment.
  • Safety behavior: paper-mode default, no private keys, no front-running, no sandwiching, no market manipulation, and live execution only behind explicit gates.

Local Sources

PathTypeChunks
ai-training/trading_factory/README.mdtrading_factory_workspace1
ai-training/trading_factory/solana_factory/factory.pysolana_trading_factory_adapter2
ai-training/trading_factory/solana_factory/vulcan_specs.pyvulcan_strategy_specs3
ai-training/trading_factory/solana_factory/rise_client.pyrise_readonly_client1
ai-training/trading_factory/solana_factory/cufolio_adapter.pycufolio_optimization_handoff2
ai-training/data/strategies/strategy_manifest.jsongenerated_strategy_manifest2
ai-training/data/strategies/cufolio_mean_cvar_handoff.jsongenerated_cufolio_handoff1
ai-training/data/strategies/rise_market_data_plan.jsongenerated_rise_data_plan1
ai-training/data/strategies/vulcan_command_plans.jsongenerated_vulcan_command_plans1
ai-training/trading_factory/cufolio/README.mdcufolio_reference3
ai-training/trading_factory/cufolio/src/cvar_optimizer.pycufolio_cvar_optimizer3
ai-training/trading_factory/cufolio/src/cvar_parameters.pycufolio_cvar_parameters1
ai-training/trading_factory/cufolio/src/scenario_generation.pycufolio_scenario_generation3
ai-training/trading_factory/cufolio/src/rebalance.pycufolio_rebalancing3
ai-training/trading_factory/clawd-autoresearch-wiki/perps/vulcan.pyautoresearch_vulcan_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/perps/rise.pyautoresearch_rise_reference1
ai-training/trading_factory/clawd-autoresearch-wiki/perps/paper.pyautoresearch_paper_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/strategy.mdautoresearch_strategy_reference0
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/ta.pyautoresearch_ta_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/grid.pyautoresearch_grid_reference2
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/twap.pyautoresearch_twap_reference1
ai-training/perps/functions.pysolana_perps_tools3
ai-training/perps/prompter.pysolana_perps_prompts2
ai-training/perps/schema.pysolana_perps_schema1
ai-training/perps/functioncall.pysolana_perps_agent3
ai-training/onchainai.mdonchain_ai_reference3
ai-training/README.mdtraining_pipeline_reference3
AGENTS.mdclawd_agent_catalog3
ai-training/data/realtime_research_dataset_manifest.jsonresearch_dataset_manifest3

External References

Intended Use

Fine-tune a tool-use-capable instruct model, such as Hermes-3-Llama-3.1-8B, into a Solana trading-factory planner. This dataset is for research, optimization, simulation, and execution-policy training. It is not a live trading signal feed.

Safety

The dataset intentionally defaults to paper trading. It refuses front-running, sandwich attacks, wallet draining, private-key handling, sanctions evasion, and market manipulation. Live execution must be handled outside the dataset through an explicitly approved execution layer.

Source And License Notes

Generated SFT rows are released as CC-BY-4.0. Source excerpts retain their upstream attribution and licenses. The local cuFOLIO snapshot is Apache-2.0. The clawd-autoresearch-wiki perps files are treated as Solizardking project reference material for this training lane; clarify licensing before redistributing those raw source files outside the controlled training release.

Contributors

ordlibrary

4 commits

solanaclawd/solana-clawd-nvidia-trading-factory-instruct

Dataset

0

stars

4

commits

3

linked in READMEs

Sep 6, 2026

updated

cufolio
cuopt
function-calling
nvidia
perps
rapids
risk-management
solana
spot
trading

README

Solana Clawd NVIDIA Trading Factory Instruct

Specialized SFT data for a Solana-native NVIDIA algorithmic trading factory. It teaches data ingestion, GPU feature engineering, alpha research, cuML KDE scenario generation, cuFOLIO/cuOpt Mean-CVaR optimization, paper execution policy, risk controls, backtesting, monitoring, and Clawd governance.

Format

Each row uses OpenAI-style messages plus metadata:

{"messages": [{"role": "system", "content": "..."}, {"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}], "metadata": {...}}

Splits

Produced by scripts/prepare_dataset.py with seed 42.

SplitExamples
train127
eval7
test8

What It Covers

  • Solana spot and perpetual futures research workflows.
  • NVIDIA-style trading factory stages: ingestion, research, optimization, inference, execution policy, monitoring.
  • RAPIDS/cuDF feature engineering and cuML KDE scenario generation.
  • cuFOLIO/cuOpt Mean-CVaR optimization with leverage, budget, turnover, cardinality, and CVaR constraints.
  • Vulcan/Phoenix paper strategy configs, command plans, and lifecycle guardrails.
  • Rise/Phoenix read-only market data plans for exchange, market, candle, orderbook, funding, and trader state.
  • Clawd perps tool-use patterns for prices, funding, order books, Jupiter quotes, paper trades, wallet checks, and risk assessment.
  • Safety behavior: paper-mode default, no private keys, no front-running, no sandwiching, no market manipulation, and live execution only behind explicit gates.

Local Sources

PathTypeChunks
ai-training/trading_factory/README.mdtrading_factory_workspace1
ai-training/trading_factory/solana_factory/factory.pysolana_trading_factory_adapter2
ai-training/trading_factory/solana_factory/vulcan_specs.pyvulcan_strategy_specs3
ai-training/trading_factory/solana_factory/rise_client.pyrise_readonly_client1
ai-training/trading_factory/solana_factory/cufolio_adapter.pycufolio_optimization_handoff2
ai-training/data/strategies/strategy_manifest.jsongenerated_strategy_manifest2
ai-training/data/strategies/cufolio_mean_cvar_handoff.jsongenerated_cufolio_handoff1
ai-training/data/strategies/rise_market_data_plan.jsongenerated_rise_data_plan1
ai-training/data/strategies/vulcan_command_plans.jsongenerated_vulcan_command_plans1
ai-training/trading_factory/cufolio/README.mdcufolio_reference3
ai-training/trading_factory/cufolio/src/cvar_optimizer.pycufolio_cvar_optimizer3
ai-training/trading_factory/cufolio/src/cvar_parameters.pycufolio_cvar_parameters1
ai-training/trading_factory/cufolio/src/scenario_generation.pycufolio_scenario_generation3
ai-training/trading_factory/cufolio/src/rebalance.pycufolio_rebalancing3
ai-training/trading_factory/clawd-autoresearch-wiki/perps/vulcan.pyautoresearch_vulcan_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/perps/rise.pyautoresearch_rise_reference1
ai-training/trading_factory/clawd-autoresearch-wiki/perps/paper.pyautoresearch_paper_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/strategy.mdautoresearch_strategy_reference0
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/ta.pyautoresearch_ta_reference3
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/grid.pyautoresearch_grid_reference2
ai-training/trading_factory/clawd-autoresearch-wiki/strategy/twap.pyautoresearch_twap_reference1
ai-training/perps/functions.pysolana_perps_tools3
ai-training/perps/prompter.pysolana_perps_prompts2
ai-training/perps/schema.pysolana_perps_schema1
ai-training/perps/functioncall.pysolana_perps_agent3
ai-training/onchainai.mdonchain_ai_reference3
ai-training/README.mdtraining_pipeline_reference3
AGENTS.mdclawd_agent_catalog3
ai-training/data/realtime_research_dataset_manifest.jsonresearch_dataset_manifest3

External References

Intended Use

Fine-tune a tool-use-capable instruct model, such as Hermes-3-Llama-3.1-8B, into a Solana trading-factory planner. This dataset is for research, optimization, simulation, and execution-policy training. It is not a live trading signal feed.

Safety

The dataset intentionally defaults to paper trading. It refuses front-running, sandwich attacks, wallet draining, private-key handling, sanctions evasion, and market manipulation. Live execution must be handled outside the dataset through an explicitly approved execution layer.

Source And License Notes

Generated SFT rows are released as CC-BY-4.0. Source excerpts retain their upstream attribution and licenses. The local cuFOLIO snapshot is Apache-2.0. The clawd-autoresearch-wiki perps files are treated as Solizardking project reference material for this training lane; clarify licensing before redistributing those raw source files outside the controlled training release.

Contributors

ordlibrary

4 commits