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

# Technical Materials

## Want to deploy your smart contract with TCG Verse?

Add your address to the whitelist. You can deploy the EVM contract.

**Contact us on our discord / Discordでお問い合わせください**

<https://discord.com/invite/rYq23RtZHH>\
\
**Contract Deployment Application Form /コントラクトデプロイ用申込フォーム**\
<https://forms.gle/b7HRAexWzJwuqw9S9>

### MainNet

Chain ID: 2400\
Explorer： <https://explorer.tcgverse.xyz/>\
RPC: <https://rpc.tcgverse.xyz/> \
RPC Replica (Read Only): <https://rep-rpc.tcgverse.xyz/>\
Websocket: wss\://ws-rpc.tcgverse.xyz/

10,000 total requests/day.

\*When making a large number of transactions from the same IP address at once, there is a possibility of encountering errors. If you need to make a large number of transactions, such as for an NFT sale, please contact us in advance.

If you want to send a lot of read request to the node,please select read only node.

### TestNet&#x20;

TestNet Chain ID: 12401 \
Explorer: <https://explorer.testnet.tcgverse.xyz/>\
RPC: <https://rpc.testnet.tcgverse.xyz/>\
Websocket: wss\://ws.testnet.tcgverse.xyz/

### **Sequencer Address**

&#x20;0x5654759D6e8a6EBB73C571b8064725D6b507B1ec&#x20;

### Proposer Address

0xDe8C75f0f08a3B683875F51b33d2f95F798298cc&#x20;

### Verifier Address

0x9D1aBBdd9acd80f6E8aC087e8CFd5a6B2B1c4043<br>


---

# 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://tcgverse.gitbook.io/tcgverse-1/for-developer/technical-materials.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.
