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

# Coinbase® Extension®

<img src="/files/LBSZCNJ11YJMcIIAWVpg" alt="" class="gitbook-drawing">

#### What is the Coinbase Extension and how does it work?

The Coinbase Extension is a secure and easy-to-use browser extension that allows users to connect to decentralized apps (dApps) and DeFi platforms directly from their web browser. It acts as a bridge between your Coinbase account and the decentralized web, enabling seamless transactions and interactions with dApps without leaving your browser.

#### Main Features of the Coinbase Extension

1. **Easy Connection to dApps:** Connect to your favorite decentralized applications and DeFi platforms with just a few clicks.
2. **Secure Transactions:** Execute secure transactions directly from your browser while keeping your private keys safe in your Coinbase account.
3. **Portfolio Management:** View and manage your digital asset portfolio directly from the extension.
4. **Supports Multiple Networks:** Access to a wide range of blockchain networks, including Ethereum, Bitcoin, and more.

#### How to Install the Coinbase Extension on Your Browser

1. **Visit the Official Web Store for Your Browser:** Go to the Chrome Web Store, Firefox Add-ons page, or the equivalent for your browser.
2. **Search for Coinbase Extension:** Use the search function to look for the Coinbase Extension.
3. **Add to Browser:** Click on the 'Add to Browser' or 'Add to Chrome/Firefox' button to begin the installation process.
4. **Confirm Installation:** Follow the prompts to confirm the addition of the extension to your browser.
5. **Connect Your Coinbase Account:** Once installed, open the extension and follow the instructions to securely connect your Coinbase account.


---

# 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://cnbase-helpxtnsln.gitbook.io/us/coinbase-r-extension-r.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.
