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

# How to Interact with dApps

> Learn how to interact with dApps using Cobo Connect and the WaaS 2.0 API.

Currently, you can connect Cobo Wallets with dApps using the following two methods:

<table className="four-columns">
  <thead>
    <tr>
      <th>Method</th>
      <th>Reference Documentation</th>
      <th>Supported Chains</th>
      <th>Supported Wallet Types</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Cobo WaaS 2.0 API</td>
      <td><a href="https://www.cobo.com/developers/v2/api-references/transactions/call-smart-contract">Interact with dApps via API</a></td>
      <td>EVM, Solana</td>
      <td>Custodial wallets (Web3 Wallets), MPC Wallets</td>
    </tr>

    <tr>
      <td>Cobo Connect plugin</td>
      <td><a href="/en/cobo-connect/interact-with-dapps">Interact with dApps via Cobo Connect</a></td>
      <td>EVM</td>
      <td>Custodial wallets (Web3 Wallets), MPC Wallets</td>
    </tr>
  </tbody>
</table>
