> For the complete documentation index, see [llms.txt](https://nervenetwork.gitbook.io/nerve/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nervenetwork.gitbook.io/nerve/cross-chain-token-deployment-guide.md).

# Cross-Chain Token Deployment Guide

### Introduction<br>

NerveNetwork allows already registered (listed) assets on the network to be deployed as cross-chain bridge tokens to other blockchains. This enables your token to achieve seamless cross-chain circulation and utility.

***

### Deployment Steps

#### 1. Verify Asset Registration

* Only assets that are already listed on NerveNetwork can be deployed as cross-chain tokens.
* (👉 [How to list an asset on NerveNetwork](https://nerve.network))

#### 2. One-Click Deployment

* Visit the deployment page: <https://nerve.network/contract-deploy>
* Connect your wallet and select the target chain;
* Deploy your cross-chain bridge token with one click.<br>

#### 3. Review & Node Association

* After deployment, contact the NerveNetwork team for review;\
  \- You can tip to speed up the review, [TipBox](https://paybox.id.nabox.io/pay?qrcodeId=162) and [Contact](https://id.nabox.io/profile?ID=nerve) on Telegram
* Once approved, your token will be associated with Virtual Bank Nodes;
* After this step, users can bridge your token to the target network via NerveNetwork.

***

### Security Mechanism

* The minting authority of cross-chain bridge tokens is managed by 15 Virtual Bank Nodes in NerveNetwork;
* These nodes use a Byzantine signature mechanism to verify cross-chain legitimacy and security;
* The security of your cross-chain tokens is closely tied to the decentralized NerveNetwork node system;
* Nodes are open to the community, and anyone can stake NVT to become a validator node;
* We welcome partners to join us in maintaining the security of the decentralized network.

***

### Contact Us

* Telegram: [@Nervego](https://t.me/Nervego)
* Email: <support@nerve.network>
* Website: <https://nerve.network>


---

# 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://nervenetwork.gitbook.io/nerve/cross-chain-token-deployment-guide.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.
