> ## Documentation Index
> Fetch the complete documentation index at: https://zyfai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# F.A.Q

<Accordion title="Does the Agent rebalance only part of my funds, or all of them?">
  Capital can be split across multiple validated pools for portfolios of any size when doing so is expected to improve yield. The Agent determines whether to allocate funds to a single opportunity or distribute them across several pools, and only rebalances when the expected benefit justifies the transaction cost.

  For portfolios of **\$10,000 or more**, users can also enable Derisk Splitting to control how their capital is diversified across pools and manage their risk exposure more directly.

  For more details, see the [Capital Splitting](/docs/product/execution/splitting) page.
</Accordion>

<Accordion title="Do Agents on different chains interact with each other?">
  By default, each chain operates independently. However, with **OmniAccounts** enabled, your Agent can rebalance cross-chain, moving capital atomically between supported chains (currently Base and Arbitrum) to capture the best yield regardless of where it lives. For more details, see the [Cross-Chain Atomic Rebalancing](/docs/product/execution/omni) page.
</Accordion>

<Accordion title="Are my funds spread across multiple chains?">
  By default, your funds stay on the chain you selected and the Agent rebalances within that chain only. If you enable **OmniAccounts**, the Agent can move funds cross-chain to chase the best yield across multiple chains.
</Accordion>

<Accordion title="How do I claim my rewards?">
  By default, Zyfai Agents **auto-compound** your rewards. When reward tokens accumulate and reach a **\$2 threshold**, they are automatically swapped to USDC / EURC / ETH / BTC and reinvested into your active position. You can turn off auto-compounding in your Agent settings if you prefer to accumulate reward tokens directly.

  For rZFI incentives, claiming is done separately through the Zyfai dashboard. See the [Auto-compounding](/docs/product/execution/compounding) and [Incentives](/docs/product/ecosystem/token/incentives) pages for details.
</Accordion>

<Accordion title="How does the Agent choose where to move my funds?">
  Every rebalance passes through 5 safety checks before execution:

  * Pool safety: size relative to your position
  * Meaningful yield difference: is the improvement worth it?
  * Yield stability: is the target APY consistent over time?
  * Profit vs. transaction costs: does the payback period justify the move
  * Money market liquidity: is there enough liquidity for safe entry and exit
    The Agent only moves your funds when all 5 checks pass.
    For a full breakdown, see the [Rebalancing Rules](/docs/product/intelligence/monitoring) page.
</Accordion>

<Accordion title="What are the risks?">
  The primary risk in Zyfai, as in all of DeFi, is smart contract risk in the underlying protocols where your funds are deposited. Zyfai does not operate any vault contracts or pool user funds together. Your capital sits in your own Safe Smart Account and interacts directly with the DeFi protocols you have approved.

  On the Zyfai infrastructure side, the Agent cannot misuse your funds. It is restricted by the [Security Proxy Gateway](/docs/product/control/proxy), which validates every transaction at 3 levels (contract address, function selector, and calldata parameters) against an onchain registry of approved actions. [Session Key](/docs/product/control/session-keys) signing is further hardened via EigenCompute KMS in a Trusted Execution Environment. The full stack is [audited by Sherlock](https://www.zyf.ai/sherlock-audit-november-2025.pdf) and open sourced.

  See the [Security Proxy Gateway](/docs/product/control/proxy) and [Transparency & Audits](/docs/product/overview/audits) pages for details.

  Visit the [Risk Framework](/docs/product/overview/risk-framework) page to learn more about how Zyfai assesses and manages risk.
</Accordion>

<Accordion title="What are Session Keys?">
  Session Keys are temporary, permission-scoped keys that allow the Zyfai Agent to execute transactions on behalf of your Smart Account without requiring a signature for every action. During onboarding, you select a strategy and the networks you are comfortable with. A single Session Key is generated and signed, granting the Agent permission to act only within those boundaries.

  The Security Proxy Gateway enforces these permissions at the contract level: even if the Agent sends an incorrect request, any action outside the approved registry is rejected. You sign once during setup. No re-signing is needed when new pools are added to the registry.

  For more details, see the [Session Keys](/docs/product/control/session-keys) and [Security Proxy Gateway](/docs/product/control/proxy) pages.
</Accordion>

<Accordion title="Who pays for rebalancing fees?">
  Zyfai covers all gas fees. Every transaction executed by the Agent, including account deployment, rebalancing, and auto-compounding, is sponsored. Nothing is deducted from your balance. For more details, see the [Paymaster](/docs/product/infra/paymaster) page.
</Accordion>

<Accordion title="Can I update my protocol selection?">
  Yes. From your dashboard, you can update your protocol and pool preferences at any time. The Agent will adjust its rebalancing scope to match your updated selection.
</Accordion>

<Accordion title="What strategies are available?">
  Zyfai offers three strategy types: **Conservative**, **Aggressive**, and **Yield Maxxing**.

  * Conservative prioritizes capital preservation by allocating to the most liquid and battle-tested pools.
  * Aggressive targets higher returns by expanding the Agent's scope to include higher-yielding pools that carry additional risk.
  * Yield Maxxing adds access to async vaults with higher yield potential and withdrawals that clear within 24 hours.

  All strategies benefit from the same infrastructure, security enforcement, and rebalancing logic. You choose your strategy during onboarding and can further customize protocol and pool selection from the customization page in your dashboard.

  For more details, see the [Strategies](/docs/product/intelligence/strategies) page.
</Accordion>

<Accordion title="What chains does Zyfai support?">
  Zyfai is currently live on **Ethereum**, **Base**, and **Arbitrum**. Each chain has its own set of integrated protocols and pools.
  With OmniAccounts, cross-chain rebalancing is available between Base and Arbitrum. More chains are on the roadmap.
</Accordion>

<Accordion title="Is Zyfai self-custodial?">
  Yes. Every user gets their own [Safe Smart Account](/docs/product/infra/safe7579), exclusively controlled by their EOA. Zyfai never has custody of your funds. You can access, manage, or withdraw your capital at any time via the [Safe UI](/docs/product/ecosystem/resources/safe-guide), independent of Zyfai. No shared vaults, no pooled funds, no counterparty risk from other users.
</Accordion>

<Accordion title="How do I earn rZFI?">
  All active Zyfai Smart Accounts earn **rZFI** automatically based on total funds deposited, regardless of which chain your capital is on. No manual action is required.

  rZFI is a non-transferable, time-locked incentive token that can be redeemed for ZFI through a vesting mechanism (20% immediate, 80% over 6 months). Claim rZFI via the Zyfai dashboard. For full details, see the [Incentives](/docs/product/ecosystem/token/incentives) page.
</Accordion>
