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

# SHELL TRADE

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

### Introduction

Shell Trade is a pioneering protocol designed to seamlessly integrate the liquidity between Bitcoin (BTC) and Solana networks, facilitating fluid asset transfer and interoperability.<br>

**Why Bitcoin Network**: The BTC network is a decentralized, secure, traceable, and verifiable digital currency network implemented through blockchain technology. It serves as the underlying technological infrastructure supporting the operation of Bitcoin. In March 2023, the BRC-20 token standard was introduced as an experimental token standard that allows for the deployment, minting, and transfer of non-fungible tokens (NFTs) on the Bitcoin blockchain. Within less than a year, the market value of BRC-20 tokens on the BTC network soared to over $2 billion, highlighting its rapid acceptance. Following BRC-20's debut, further enhancements, such as the Atomical and BRC-100 protocols, have gained significant interest. Despite their rapid growth and interest in BRC-20 tokens, the network's limitations in terms of transaction speed, throughput, and smart contract capabilities significantly constrain the practical utility and efficiency of these assets.<br>

**Why Solana Network**: Solana stands out for its high-performance blockchain infrastructure, optimized for cost-effectiveness and usability. Solana supports a Turing-complete Solana Virtual Machine (SVM) operating environment, and boasts a comprehensive ecosystem with projects in DeFi, NFTs, GameFi, etc., making it an ideal blockchain network for large-scale usage."


---

# 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://shell-1.gitbook.io/shell/shell-trade.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.
