Morpho

Morpho lending vault earn actions via Thirdfy. Approvals, deposits, and withdrawals with delegation caveats.

Category: Yield

Morpho vault deposit and withdraw actions are listed in the public catalog under morpho and related earn families. Thirdfy validates allowlists, policy, and delegation caveats before broadcast.

Credential model

PathAuthority
Delegated userActive Gator/ERC-7710 binding must cover approval + vault call shapes
agent_walletSponsored agent wallet on validated Base earn paths
SecretsNo Morpho API keys in Thirdfy. On-chain calls only.

Generic earn writes (deposit_earn_position, withdraw_earn_position) follow the same delegation and MetaMask policy checks as other user-authority EVM actions.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
SurfaceExample
MCPgetProviderActions { provider: "morpho" } or provider: "earn"
CLIthirdfy-agent actions

Readiness checklist

  • Correct chain (Base and multi-chain per catalog entry).
  • Token approvals for deposit paths (may batch approval + deposit).
  • Amounts match on-chain decimals. Invalid params fail validation before broadcast.
  • delegationStatus or getSelfReadiness before writes.
  • Vault and protocol risk remain user or agent responsibility. Thirdfy validates policy, not market outcomes.

Execution lanes

runModeUse
thirdfy / hybridDelegated user deposits and withdrawals
agent_walletAgent-owned earn execution when funded and allowed

Withdrawals may be asset-denominated, share-denominated, or pool-specific per adapter calldata.

MCP sequence (summary)

  1. getProviderActions { provider: "morpho" }
  2. Readiness and balance checks
  3. walletExecute or executeIntent with deposit/withdraw action

See Thirdfy MCP.

Hosted deploy

Yield templates that include Morpho paths are on EarnClaw (docs.earnclaw.com).