> For the complete documentation index, see [llms.txt](https://cifi-1.gitbook.io/circularity-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cifi-1.gitbook.io/circularity-finance-docs/core-technology/onboarding/cifi-approved-wallets.md).

# CIFI Approved Wallets

<figure><img src="/files/Hzm4VZ5z5UCIk2rLq0iT" alt=""><figcaption></figcaption></figure>

Welcome to Circularity Finance! Here's a quick guide to help you get started by connecting a digital wallet to our platform.

1. **Understanding Web3 Wallets**:
   * Web3 wallets are digital wallets that allow you to interact with decentralized applications (dApps) on the blockchain.
   * They store your cryptocurrency and digital assets securely.
   * Connecting a wallet is like signing in to a Web3 service.
2. **Supported Wallets**: Currently, Circularity Finance supports the following wallets:
   * **MetaMask**: A browser extension and mobile app wallet, known for its ease of use and strong community support.
   * **Trust Wallet**: A mobile wallet app offering a user-friendly interface and support for multiple cryptocurrencies.
   * **Coinbase Wallet**: A wallet provided by Coinbase that allows you to store and trade a wide variety of cryptocurrencies.
   * **Frontier**: A newer entrant offering seamless connectivity and an array of features for crypto enthusiasts.
3. **How to Connect Your Wallet**:
   * Choose the wallet you prefer from the available options displayed on our platform.
   * If you're on a desktop and using MetaMask, simply click on the MetaMask option, and it will prompt you to log in to your MetaMask extension.
   * For mobile wallets like Trust Wallet and Coinbase Wallet, you may scan a QR code or follow the in-app prompts to connect.
   * If you choose Frontier, follow the specific instructions provided by the Frontier wallet for connectivity.
4. **Don't Have a Wallet?**:
   * No worries! Click on the "I don't have a wallet" link to get detailed instructions on how to create one.
   * Our guide will help you choose the right wallet for you and take you through the setup process step by step.
5. **Troubleshooting**:
   * If you do not see your wallet listed, there might be several reasons for this.
   * Click on the "Why don't I see my wallet?" link to learn more about supported wallets and how to troubleshoot issues.

Remember, your security is paramount. Always keep your private keys and recovery phrases confidential and never share them with anyone. Happy trading and welcome to the world of decentralized finance!

If you have any questions or need further assistance, our support team is here to help you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cifi-1.gitbook.io/circularity-finance-docs/core-technology/onboarding/cifi-approved-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
