# Morpho Agent

The Morpho Agent helps you maximise yield by continuously reallocating your assets across Morpho vaults. It runs autonomously on an Automation Subaccount within your Brahma Account on Ethereum and Base, following a policy that ensures safe, optimised execution without manual intervention.

### Supported Networks and Assets

* **Networks**: Ethereum, Base
  * **Base**: USDC, WETH, cbBTC
  * **Ethereum Mainnet**: USDC, WETH, USDT, WBTC

### Suggested Minimum Deposit

These thresholds are designed to cover automation gas costs under both optimal and volatile conditions:

* Base: $100+ in selected asset
* Ethereum:
  * $10,000 minimum for weekly rebalances
  * $5,000 minimum for bi-weekly rebalances

### How It Works

1. Select Asset and Amount

   Choose your preferred supported asset and enter the amount you’d like to deposit.
2. Set Rebalance Frequency

   Choose how frequently the agent should rebalance your position:
3. Vault Selection Logic

   The agent automatically selects the best vault based on:

   * Highest APY
   * Sufficient liquidity (≥ 5× your deposit)
   * Optional filters (curator, min APY, min liquidity).&#x20;

   *Only vaults for the selected asset are considered (e.g. USDC → USDC vaults only). No swaps are performed.*
4. Agent Executes & Claims Rewards
   * Rebalances happen automatically based on your frequency
   * [Any rewards earned are auto-claimed by the agent](#user-content-fn-1)[^1]
   * Claimed rewards tokens appear in your Brahma Account balance on the Home dashboard

{% hint style="info" %}
**Key Features**

* Autonomous Yield Optimisation: Agent tracks and reallocates to the highest APY vaults based on filters or defaults.
* Optional Custom Filters: Set curator preferences, minimum yield, and liquidity thresholds.
* Automatic Reward Claiming: No manual claiming required—rewards go straight to your account.
* Self-Custodial & Secure: Agent operates within your Sub-Account with pre-set policy boundaries. You maintain ownership of all assets.
  {% endhint %}

### Fees

The Morpho Yield Optimizer includes two types of fees:

* #### Execution Fee

  Applied on deposits and each rebalance to cover sponsored gas costs. Calculated based on current network gas estimates.<br>

  #### Performance Fee

  10% of yield earned (only applied during rebalancing). Not charged on deposits.

### Security & Control

The Morpho Agent runs inside a dedicated Sub-Account under your Brahma Account, with:

* A pre-set policy restricting what actions it can take
* Full transparency and auditability of all agent actions
* No custody risks—assets remain in your account at all times

You can pause, upgrade, or remove the agent anytime with a single transaction.

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brahma.fi/brahma-accounts/strategies-and-agents/automation-and-agents/morpho-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
