# Setting up

The only thing you need to use KUMA is a wallet compatible with Ethereum.

{% hint style="warning" %}
While initializing a wallet, make sure to properly set up and back up your recovery mechanism (such as the seed phrase).
{% endhint %}

[**🦊** MetaMask](https://metamask.io/) & [Rabby](https://rabby.io/) are the most commonly used wallets to interact with DeFi services.

With a wallet secured, you have everything you need to interact with KUMA and any other decentralized finance services.\
\
If you are not familiar with Ethereum (or other chains) on how to handle transaction and gas costs, feel free to check [Managing transaction on Ethereum](broken://pages/1H3rS0WvdW8O06dvDrin).

{% hint style="info" %}
If you have any problems others problems, you can also refer to [Troubleshooting](/kuma-protocol/ressources/user-guides/troubleshooting.md).
{% endhint %}

Once you've done everything you need to do for Metamask or Rabby, just click "connect wallet" and you can use the protocol on Ethereum network.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kuma.bond/kuma-protocol/ressources/user-guides/setting-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
