> For the complete documentation index, see [llms.txt](https://xchainjs.gitbook.io/xchainjs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xchainjs.gitbook.io/xchainjs/wallet.md).

# Wallet

As in many occasions the users of the XchainJS library use several [clients](/xchainjs/clients.md) together, to facilitate the handling we have created the Wallet class. It allows to group a set of clients under the same object and interact with them in a homogeneous way.

You can consult here the [API](https://docs.xchainjs.org/xchain-docs/xchain-wallet/docs/classes/Wallet.html) of this class, or work live with our example.

{% embed url="<https://codesandbox.io/p/devbox/github/xchainjs/xchainjs-lib/tree/master/examples/wallet>" %}
