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

# Wagmi integration

> The React SDK offered a wagmi connector. A wagmi integration for the JavaScript SDK is coming; until then, use the EVM extension directly.

The React SDK shipped a wagmi connector (`@dynamic-labs/wagmi-connector`) that bridged Dynamic's wallets into wagmi's hooks.

<Info>
  A wagmi integration for the JavaScript SDK is on the way. This page will document it once it's available.
</Info>

## In the meantime

You don't need wagmi to work with EVM wallets in the JavaScript SDK. Enable the EVM extension and use the SDK's functions and React hooks directly — reading wallets, signing, and sending transactions are all covered without a wagmi layer:

* [Integrating chains](/docs/javascript/migrating-from-react/integrating-chains) — enable EVM with `addEvmExtension()`
* [Using connected wallets](/docs/javascript/migrating-from-react/using-connected-wallets) — read and act on wallet accounts
* [Transactions & balance](/docs/javascript/migrating-from-react/transactions-and-balance) — sign, send, and read balances

If your app relies on wagmi today, keep using it against your existing wallet setup and adopt the JavaScript SDK's EVM functions for Dynamic-managed wallets until the dedicated integration lands.
