# SLANE market-maker config — version 02 # Keep this system separate from SOL Attractor. No SOL Attractor paths are used here. # First use: python3 slane_mm.py --init-baseline # Dry run is non-mutating: python3 slane_mm.py --once --dry-run # Public mutable configuration source: https://www.ardentiumgroup.com/slane_cfg.txt [status] slane_acquirable_now = true market_maker_runtime_plan = full_time_except_ordinary_maintenance_or_development_work statejob_processing_status = next_build_target configuration_updated_date = 2026-06-19 [solana] rpc_url = https://api.mainnet-beta.solana.com market_wallet_address = 2cxwdYUWuzbxbrsFPwdMik4TteYCH2nzpQb82mwhqMU2 market_keypair_path = ~/ardentium-slane/slane-authority.json slane_mint = CifWaEuRS7yLf6woE6MJtiqR5bxQ3Z4couyonNm9AYbY market_token_account = E12HLWLF1obGCPVbEX51QH3ctAw6TjxdjGzLUZ5MdvKm token_decimals = 6 [market] # Ask: SOL charged per 1.000000 SLANE when buyer sends SOL. ask_sol_per_slane = 20000.000 # Bid: SOL paid per 1.000000 SLANE when seller sends SLANE. bid_sol_per_slane = 16000.000 # SOL payments below this are refunded 100%. min_sol_buy_threshold = 0.0200000 # Safety caps per transaction. Raise deliberately if needed. max_sol_buy = 20000 max_slane_sell = 1.000000 # Polling / confirmation behavior. poll_seconds = 10 signature_limit = 25 confirmation_status = confirmed [statejob] # Minimum SLANE required in a Controller Wallet to load/create one active StateJob. statejob_control_threshold_slane = 0.000100 # Default concurrency rule: one active StateJob per qualifying Controller Wallet. max_active_statejobs_per_controller_wallet = 1 [distribution] # Fraction of qualifying SOL revenue from Attractor/StateJob cycling allocated pro rata to eligible SLANE holders. slane_holder_revenue_share = 0.60 # Fraction retained by Ardentium under current configuration. ardentium_revenue_share = 0.40 # Minimum SLANE required in a wallet to be eligible for SLANE-holder revenue distribution. distribution_entitlement_threshold_slane = 0.000100 # Minimum accrued SOL before payout. Amounts below this may accrue under current configuration. distribution_payout_threshold_sol = 0.0200000 [files] state_path = slane_mm_state.json log_path = slane_mm.log