name: "Alpha Yield Agent"
version: "1.0.0"
description: "Autonomous capital deployment for DeFi yield strategies."
capabilities:
- EVM_Transaction_Generation
- Market_Analysis
- ERC4337_UserOp_Formatting
# --- SIGIL OPEN FRAMEWORK: WARRANTY POLICY ---
sigil-warranty:
enforcement_layer: "Sigil Sign"
policy_uri: "ipfs://QmYourWarrantyPolicyHashHere"
attestation_standard: "sigil-attestations-v1"
warranty_blocks:
evm:
max_transaction_eth: 5.0
allowed_actions: ["wallet.transfer", "contract.call"]
allowed_chains: [1, 8453, 42161, 10, 137]
chain_actions:
"8453": ["contract.call"]
consensus_threshold_eth: 3.0
tool_calls:
allowed: ["bash", "web_fetch", "file_write"]
bash_blocked_commands: ["rm -rf", "curl"]
custom:
- deny_string: "DROP TABLE"
- deny_if: "metadata.email_to contains @competitor.com"