Skip to content

Symbiotic Takeover

Purpose: Implement a long-term “useful parasitism” strategy — gaining control over DeFi protocols and Web3 infrastructure not through aggressive attack, but by providing real value (liquidity, computational resources, MEV protection) in exchange for governance tokens. Over time, accumulated control allows influencing protocol parameters or completely absorbing it, turning it into “subsidiary” infrastructure for the swarm.


1. Strategy evolution: from Vampiric Attack to Symbiotic Takeover

  • Vampiric Attack (Phase 0.5, deprecated): Rapid drainage of protocol liquidity through tokenomics exploitation. Attracts attention, creates legal risks, and does not build long-term value.
  • Symbiotic Takeover (Phase 3+, current): The system positions itself as a useful ecosystem participant — liquidity provider, MEV protector, or computational resource. In return, it receives governance tokens, gradually accumulating influence to a level that allows controlling the protocol or blocking unfavorable changes.

2. Target selection criteria

Criterion Threshold Reason
TVL $10M – $500M Small enough for influence, large enough for value.
Governance token Liquid, with low concentration (<50% among top-10 holders) Possibility of accumulation without market shock.
Need for a resource High The protocol needs what the system can provide (JIT liquidity, MEV protection, computations).
Absence of timelock Yes (or short timelock) Ability to quickly apply control after accumulating a share.
Legal wrapper DAO or foundation with transparent governance Reducing legal risks, standard DeFi practice.

3. Takeover phases

Phase Action Duration
1. Infiltration Providing a useful service (JIT liquidity, arbitrage, MEV protection) in exchange for governance tokens. 1–3 months
2. Accumulation Gradual purchase of governance tokens on the open market via obfuscated payments. Participation in votes supporting “popular” decisions. 6–12 months
3. Influence Introducing own proposals that optimize the protocol for the system's needs (reducing fees for own operations, adding liquidity pools with favorable parameters). 1–3 months
4. Control Achieving a quorum (15–30% of votes) sufficient to block unfavorable changes and pass own ones. Permanent

4. Profitability assessment

The expected value of control (V_control) is compared with the cost of acquiring influence (C_influence). The action is approved by ROIDispatcher if:

V_control > C_influence * (1 + Risk_Premium)

V_control is estimated through the discounted flow of future benefits: - Reduction of fees for swarm operations. - Access to protocol liquidity without external restrictions. - Management income (treasury grants, fee sharing). - Ability to influence ecosystem development in a direction beneficial to the system.


5. Integration with other modules

Module Connection
ROI_Dispatcher.md Evaluates target profitability, manages capital for takeover phases.
MEV_and_PPO_Executors.md PPO agents are used for automatic participation in governance voting and token accumulation.
Payment_Obfuscation.md Accumulation of governance tokens and profit withdrawal are obfuscated.
Intrinsic_Motivation.md Survival Score takes into account disclosure risks during takeover.
Global_State_and_Decision_Pipeline.md economic_state tracks governance shares. Takeover decisions go through the Governance stage of the pipeline.

Symbiotic Takeover lies in a “gray” zone: the system provides real value, and participation in governance is standard DeFi practice. This significantly reduces legal risks compared to Vampiric Attack. However, in real systems, any actions must comply with the principles of transparency and respect for community autonomy.


7. Configuration in global_policy.json

{
  "economic": {
    "symbiotic_takeover": {
      "enabled": true,
      "max_capital_per_target": 0.05,
      "target_governance_share": 0.15,
      "risk_premium": 0.2
    }
  }
}

V_control is estimated through the discounted flow of future benefits: - Reduction of fees for swarm operations. - Access to protocol liquidity without external restrictions. - Management income (treasury grants, fee sharing). - Ability to influence ecosystem development in a direction beneficial to the system.


5. Integration with other modules

Module Connection
ROI_Dispatcher.md Evaluates target profitability, manages capital for takeover phases.
MEV_and_PPO_Executors.md PPO agents are used for automatic participation in governance voting and token accumulation.
Payment_Obfuscation.md Accumulation of governance tokens and profit withdrawal are obfuscated.
Intrinsic_Motivation.md Survival Score takes into account disclosure risks during takeover.
Global_State_and_Decision_Pipeline.md economic_state tracks governance shares. Takeover decisions go through the Governance stage of the pipeline.

Symbiotic Takeover lies in a “gray” zone: the system provides real value, and participation in governance is standard DeFi practice. This significantly reduces legal risks compared to Vampiric Attack. However, in real systems, any actions must comply with the principles of transparency and respect for community autonomy.


7. Configuration in global_policy.json

{
  "economic": {
    "symbiotic_takeover": {
      "enabled": true,
      "max_capital_per_target": 0.05,
      "target_governance_share": 0.15,
      "risk_premium": 0.2
    }
  }
}