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

# Payout Wallets

> Configure wallet addresses for fee collection

## Overview

Payout wallets are the addresses where your collected fees are sent. Fees are collected on every chain and for every token individually. You must configure payout wallets to receive the fees you earn through deposit fees, performance fees, or other monetization mechanisms.

<Info>
  All EVM-based chains can use the same address, or you can configure a specific address for each chain.
</Info>

***

## Configuration Steps

<Steps>
  <Step title="Open the dashboard">
    Go to [dashboard.yield.xyz](https://dashboard.yield.xyz) and sign in
  </Step>

  <Step title="Select your project">
    Navigate to the project where you want to configure payout wallets
  </Step>

  <Step title="Find Payout Wallets section">
    Scroll down to the **Payout Wallets** section
  </Step>

  <Step title="Add wallet">
    Click **Add wallet** and fill out the form:

    * Select the network
    * Enter your wallet address
  </Step>

  <Step title="Save configuration">
    Click **Add wallet** to save. Your wallet will appear in the list.
  </Step>
</Steps>

***

## Network Configuration

<Tabs>
  <Tab title="EVM Networks">
    For EVM-based chains (Ethereum, Arbitrum, Base, Polygon, etc.), you can:

    * Use the **same address** for all EVM chains
    * Configure a **different address** for each chain

    ```
    Ethereum:  0x1234...abcd
    Arbitrum:  0x1234...abcd  (same address)
    Base:      0x5678...efgh  (different address)
    ```
  </Tab>

  <Tab title="Non-EVM Networks">
    Non-EVM networks require network-specific addresses:

    ```
    Solana:    abc123...xyz
    Cosmos:    cosmos1abc123...
    Tron:      TXyz...
    ```
  </Tab>
</Tabs>

***

## Fee Collection

<AccordionGroup>
  <Accordion title="How fees are collected">
    Fees are automatically collected when users interact with your integration:

    * **Deposit fees**: Collected at the time of deposit
    * **Performance fees**: Collected during vault harvest events
    * **Management fees**: Accrued and collected at harvest intervals
  </Accordion>

  <Accordion title="Fee visibility">
    Yield.xyz provides tools to:

    * View an overview of collected fees
    * Track fees by network and token
    * Prepare contract calls for withdrawals
  </Accordion>

  <Accordion title="Withdrawal process">
    Depending on the fee mechanism:

    * **FeeWrapper contracts**: Fees accumulate and can be withdrawn on-demand
    * **OAV vaults**: Fees are minted as vault tokens to your payout address
  </Accordion>
</AccordionGroup>

***

## Management

You can **edit** or **remove** payout wallet configurations at any time through the dashboard.

<Warning>
  Ensure you control the payout wallet addresses. Fees sent to incorrect addresses cannot be recovered.
</Warning>

<Card title="Manage Payout Wallets" icon="gear" href="https://dashboard.yield.xyz/settings/payouts">
  Configure payout wallets in your dashboard
</Card>

***

## Best Practices

<CardGroup cols={2}>
  <Card title="Use secure addresses" icon="shield-check">
    Only use addresses you fully control
  </Card>

  <Card title="Verify addresses" icon="circle-check">
    Double-check addresses before saving
  </Card>

  <Card title="Monitor regularly" icon="eye">
    Check fee accumulation periodically
  </Card>

  <Card title="Document configuration" icon="file-lines">
    Keep records of your payout wallet setup
  </Card>
</CardGroup>

***

## Getting Started

To set up your account and start collecting fees, contact our team:

<Card title="Contact Support" icon="envelope" href="mailto:hello@yield.xyz">
  Get help with payout wallet configuration
</Card>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Fees" icon="percent" href="/documentation/core-concepts/fees">
    Learn about fee types and configuration
  </Card>

  <Card title="Custom RPC URIs" icon="link" href="/documentation/advanced-setup/dashboard-configuration/custom-rpc-uris">
    Configure custom RPC endpoints
  </Card>
</CardGroup>
