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

# README

Welcome to the comprehensive documentation for ZcashBridge - the institutional-grade, non-custodial bridge enabling seamless transfers from multiple blockchain networks into private Zcash (ZEC) addresses.

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

## What is ZcashBridge?

ZcashBridge is a professional bridge service that allows you to transfer assets from Bitcoin, Ethereum, Solana, Tron, and leading EVM-compatible chains directly to Zcash addresses. Whether you need shielded (private) or transparent ZEC addresses, ZcashBridge provides a unified, secure, and transparent interface for all your bridging needs.

## Key Features

* **Multi-Chain Support**: Bridge from Bitcoin, Ethereum, Solana, Tron, and EVM chains
* **Non-Custodial**: You maintain full control of your keys throughout the process
* **Privacy Options**: Support for both shielded (z-addresses) and transparent (t-addresses) ZEC
* **Transparent Pricing**: All fees shown upfront before you commit
* **Institutional Compliance**: Built-in compliance monitoring and travel rule support
* **Fast Execution**: Typical bridge completion in minutes, not hours

## Quick Start

{% stepper %}
{% step %}

### Visit the app

Open the ZcashBridge app: <https://app.zcashbridge.com>
{% endstep %}

{% step %}

### Connect your wallet

Use your preferred wallet to connect to the app.
{% endstep %}

{% step %}

### Select source chain

Choose the source chain (Bitcoin, Ethereum, Solana, Tron, or an EVM chain).
{% endstep %}

{% step %}

### Choose asset & amount

Select the asset you want to bridge and specify the amount.
{% endstep %}

{% step %}

### Enter ZEC destination address

Provide the ZEC destination address (shielded z-address or transparent t-address).
{% endstep %}

{% step %}

### Review & confirm

Review fees and details, then confirm the transaction.
{% endstep %}
{% endstepper %}

## Documentation Structure

* [Introduction](broken://pages/ccb89c46883334a9ee088e41a0488a33feba2e77) - Overview and key concepts
* [Getting Started](broken://pages/0ceea7c4b59528da8d2b157751b24dfbc4be9424) - Step-by-step guide for first-time users
* [Supported Networks](broken://pages/576659437a2a1d7a60cada2a021512100c5af3e3) - Complete list of supported chains
* [How It Works](broken://pages/74fb706609f3a76e0e165680124a02494495e5bc) - Detailed process explanation
* [Features](broken://pages/08be20f3885ef05743e5f556bf20f704285f6b1d) - Comprehensive feature overview
* [Security](broken://pages/f55b42e235fc56b24cf725769d12b695ac841754) - Security features and best practices
* [Fees & Pricing](broken://pages/b5a0d00c47ecc7ff057d39979cac9d3cad7fec4c) - Understanding costs and fees
* [Privacy Guide](broken://pages/beecf639d36c3fe4c28f972d75a99d71ab43c7e5) - Shielded vs transparent addresses
* [FAQ](broken://pages/1141d73b89654a9783086236d11c00c562565af0) - Frequently asked questions
* [Troubleshooting](broken://pages/79b7eae4ef9c145dd27fc9c7e430414ab5093ef4) - Common issues and solutions

## Need Help?

* **Support Email**: <support@zcashbridge.com>
* **Twitter**: [@zcashbridge](https://x.com/zcashbridge)
* **Website**: <https://zcashbridge.com>

{% hint style="info" %}
Ready to start bridging? Check out the [Getting Started Guide](broken://pages/0ceea7c4b59528da8d2b157751b24dfbc4be9424) or visit <https://app.zcashbridge.com> to begin.
{% endhint %}


---

# 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://docs.zcashbridge.com/readme.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.
