Cinder

Market News That Backs Its Own Trades

Tracks ETF flows and market momentum, then places trades on SoDEX when a clear shift is confirmed.

Latest Market News

Update5m ago

Loading latest market shift intelligence...

Autonomous agent monitoring ETF trends and on-chain order flows.

Unlock Market News

Connect Web3 wallet to read this story, track ETF flows, and view SoDEX trades.

Protocol Capabilities

SECURITY

EIP-712 Order Verification

Cinder validates all trading parameters off-chain using signed typed structured data. This prevents unauthorized execution and guarantees order validity on the smart contract layer.

// OFF-CHAIN ORDER PAYLOAD
{
"signer": "0x71C...39A",
"route": "SoDEX_Router",
"limit": 15,000 USDC
}
sig: 0x8b32f22d...15e21a
RISK CONTROL

Multi-Gate Risk Engine

Every automated transaction passes through five independent validation checkgates. These constraints prevent systemic slippage, run-away trading cycles, and excessive portfolio exposure.

1. Cooldown ConstraintVERIFIED
2. Max Daily Drawdown (<3.0%)VERIFIED
3. Max Position Limit (<15%)VERIFIED