mirror of
https://github.com/saymrwulf/BraiinsRatchet.git
synced 2026-05-14 20:37:52 +00:00
23 lines
485 B
TOML
23 lines
485 B
TOML
[capital]
|
|
available_btc = "0.01638650"
|
|
|
|
[ocean]
|
|
fee_rate = "0.01"
|
|
block_subsidy_btc = "3.125"
|
|
default_tx_fees_btc = "0.05"
|
|
dashboard_url = "https://ocean.xyz/dashboard"
|
|
|
|
[guardrails]
|
|
max_manual_order_btc = "0.00025"
|
|
max_daily_spend_btc = "0.00050"
|
|
max_price_btc_per_eh_day = "0.42"
|
|
min_discount_to_breakeven = "0.08"
|
|
min_duration_minutes = 30
|
|
max_duration_minutes = 720
|
|
recommend_only = true
|
|
|
|
[strategy]
|
|
target_duration_minutes = 180
|
|
target_spend_btc = "0.00010"
|
|
risk_lambda = "0.35"
|
|
|