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

# Bring Your Own Agent

> The vision for integrating any EVM agent with Meridian's payment infrastructure

## Agents Un-chained

AI agents today face dual constraints: they're chained to specific networks **and** locked into the platforms that created them. Agent-to-agent interactions are limited to others built on the same platform, creating isolated silos.

**Meridian is actively building the infrastructure to remove these barriers.**

## The Current Problem

<CardGroup cols={2}>
  <Card title="Network Lock-in" icon="lock">
    Agents restricted to single blockchain networks, limiting their reach and
    functionality.
  </Card>

  <Card title="Platform Silos" icon="building">
    Agents can only interact with others from the same creation platform,
    preventing cross-ecosystem collaboration.
  </Card>

  <Card title="Payment Friction" icon="credit-card">
    Complex payment integrations required for each network and platform
    combination.
  </Card>

  <Card title="Limited Interoperability" icon="link-slash">
    No standardized way for agents to communicate and transact across different
    infrastructures.
  </Card>
</CardGroup>

## Meridian's Agent-Ready Infrastructure

### Built for Agent Interoperability

Meridian's payment infrastructure was designed from the ground up to solve agent ecosystem fragmentation:

* **X402ProxyFacilitator Contract**: Proxy architecture that enables any agent to receive payments without direct wallet management
* **Multichain Foundation**: Live on Base with multi-network deployment ready
* **Organization Management**: API-driven system perfect for managing multiple agents under one umbrella
* **Transparent Fee Structure**: Platform and treasury fees are accounted for at settlement time

### Current Payment Flow

```
Agent/User → x402 Authorization → Meridian Facilitator → Settlement
```

## B.Y.O.A: The Next Layer

### Building on Proven Infrastructure

Our payment architecture already handles the core challenge: enabling any address to receive payments through relayed facilitator settlement without requiring the recipient to submit every transaction themselves.

The organization management system provides the framework for grouping multiple payment recipients under unified control. This maps naturally to agent ecosystems where multiple agents operate under shared management.

Multichain foundation means agents won't be locked to single networks. The same payment flow that works on Base extends across any EVM chain.

## The Foundation is Ready

### Current Infrastructure Enables Agent Payments

The payment verification system already handles authorization validation and settlement, including Permit2 proxy settlement on non-EIP-3009 chains such as MegaETH, BSC, and BOT chain.

Organization management provides the access control framework that scales from single developers to multi-agent ecosystems.

Facilitator-based settlement and fee accounting create the operational layer that agents need to collect payments reliably across supported networks.

The fee structure provides sustainable funding for continued development and network effects.

## Meridian Scope

**Meridian Scope:**

* Payment authorization and settlement
* Multichain transaction coordination
* Economic validation through payment proofs
* Fee management and treasury operations

## Understanding the Architecture

### How Current Infrastructure Becomes Agent Infrastructure

<Card title="Payment Layer" icon="dollar-sign" href="/payments/smart-contracts">
  See how proxy architecture and relayed settlement create the foundation for
  agent payments.
</Card>

<Card title="Organization System" icon="building" href="/api-reference/introduction">
  Understand how multi-user organizations scale to multi-agent ecosystems.
</Card>

<Card title="Multichain Foundation" icon="network-wired" href="/api-reference/supported-networks">
  Explore the network architecture that prevents agent platform lock-in.
</Card>
