solsticestudioai commited on
Commit
f502b3d
·
verified ·
1 Parent(s): 0e55e8f

Initial upload of ARC-T DeFi Execution sample

Browse files
Files changed (2) hide show
  1. README.md +42 -0
  2. data/train.jsonl +0 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - reinforcement-learning
5
+ - tabular-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - synthetic
10
+ - finance
11
+ - defi
12
+ - crypto
13
+ - mcts
14
+ - trading-agents
15
+ - execution-intelligence
16
+ pretty_name: Solstice ARC-T DeFi Execution Intelligence
17
+ ---
18
+
19
+ # Solstice ARC-T DeFi Execution Intelligence (Sample)
20
+
21
+ **Synthetic risk-to-execution decision loops for autonomous DeFi agents.** This dataset captures 3,000 multi-step decision traces from autonomous trading agents operating in a simulated Decentralized Finance (DeFi) ecosystem.
22
+
23
+ Built by [Solstice AI Studio](https://www.solsticestudio.ai/datasets) as a free sample of a larger commercial pack. 100% synthetic — no real wallet addresses or on-chain history used.
24
+
25
+ ## What's in the box
26
+ Each record in the JSONL stream represents a full execution loop, including:
27
+ - **Market State:** Simulated oracle prices, liquidity depths, and volatility triggers.
28
+ - **Risk Assessment:** Whale movement signals and oracle staleness metrics.
29
+ - **Agent Reasoning:** MCTS-style strategy selection (Monte Carlo Tree Search) with success/failure probability weights.
30
+ - **Execution Outcome:** Final trade result including gas costs, slippage, and PnL.
31
+
32
+ ## Use Cases
33
+ - **Autonomous Agent Training:** Train models to select optimal trading strategies based on simulated market stress.
34
+ - **Risk Model Evaluation:** Benchmark protocol safety against extreme market scenarios and oracle failures.
35
+ - **Anomaly Detection:** Identify malicious or inefficient trading patterns in high-frequency DeFi telemetry.
36
+
37
+ ## Data Provenance
38
+ Generated using Solstice’s PhantasOS / SIMA simulation engine. The simulation uses MCTS (Monte Carlo Tree Search) to explore the decision space of a trading agent, recording both the chosen path and the explored alternatives.
39
+
40
+ ## Get the Full Pack
41
+ Scale this dataset to 1M+ decision loops, including cross-chain bridge logic and complex liquidity provider (LP) scenarios.
42
+ [www.solsticestudio.ai/datasets](https://www.solsticestudio.ai/datasets)
data/train.jsonl ADDED
The diff for this file is too large to render. See raw diff