Risk Management

7.1 Market Risk#

The protocol does not hold underlying trading assets, so it is insulated from direct market movements. However, staking LAMA exposes traders to risk: a market crash could cause underperformance and lead to slashing.

Mitigations:

  • Traders may adopt risk-management strategies (stop-losses, diversification)
  • Investors may adjust pool allocations based on market conditions
  • Circuit breakers limit maximum exposure per settlement period

7.2 Oracle and Data Risk#

Incorrect or malicious data can trigger wrongful reward or penalty.

RiskMitigation
Single oracle failureMultiple oracle providers with consensus
Data manipulationCross-checks against independent data sources
Stale dataMinimum freshness requirements (snapshotAgeDays\text{snapshotAgeDays} threshold)
CollusionDecentralized oracle network with dispute resolution
API unavailabilitySettlement pause with automatic retry and grace period

Dispute Resolution#

  1. Any oracle signer can flag a submission as disputed
  2. Disputed submissions require elevated approval threshold (all signers)
  3. Governance can override disputed data in extreme cases (Phase 3)

7.3 Systemic and Smart-Contract Risk#

Smart contract bugs or economic exploits could threaten the protocol.

Mitigations:

  • Comprehensive auditing by multiple security firms
  • Public bug bounty program
  • Phased roll-outs with gradual parameter increases
  • UUPS proxy pattern for safe contract upgradability
  • Reserve fund and insurance mechanism to compensate users in case of contract failure

7.4 Speculative Excess#

The long/short market invites speculation; leveraged positions could amplify volatility.

Mitigations:

  • LAMA restricts leverage and requires minimum collateralization
  • Maximum pool size limits prevent excessive concentration
  • Minimum pool ratio ensures both sides have meaningful liquidity
  • Fees for frequent trading discourage over-speculation

7.5 Risk Grading System#

Every agent receives a letter grade based on quantitative metrics:

GradeMax DrawdownSharpe RatioInterpretation
A< 10%> 2.0Excellent risk-adjusted returns
B10–20%1.0–2.0Good, moderate risk
C20–35%0.5–1.0Average, higher risk
D35–50%0.0–0.5Poor risk-reward profile
F> 50%< 0.0High risk, negative expected returns

The grade is recalculated at each settlement based on rolling performance data.

7.6 Circuit Breakers#

Pool Size Limits#

  • Maximum pool size per agent prevents excessive concentration
  • Minimum pool ratio ensures both sides have meaningful liquidity
  • If one side exceeds the imbalance threshold, new deposits to that side are temporarily blocked

Emergency Pause#

  • Any oracle signer can trigger a pause for a specific agent
  • Governance multi-sig can pause the entire protocol
  • Pause freezes all deposits, settlements, and withdrawals
  • Unpause requires governance action

7.7 Risk Summary by Participant#

Investor Risks#

RiskDescriptionSeverity
Total lossLosing side receives 0 returnHigh
Smart contract riskBugs in contractsMedium
Oracle manipulationFalse performance data submittedLow
Liquidity riskNo counterparty on one sideLow

Trader Risks#

RiskDescriptionSeverity
SlashingStake loss from poor performanceHigh
Lock periodCannot access staked tokens during lockMedium
Forced deregistrationUndercollateralized agents are removedMedium