# Deploy Contracts on Magnet Network

The Magnet testnet is currently connected to Rococo with Agile Coretime. You can check the status of the Magnet testnet by following the provided link:

{% embed url="<https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fmagnet-rpc.magport.io%2Fws#/explorer>" %}
Magnet Testnet
{% endembed %}

Information for contract deployment on Magnet Testnet

Chain ID:&#x20;

Token Symbol: DOT

RPC:&#x20;

WS:&#x20;

Faucet：

{% content-ref url="/pages/NATp1kFJjPWrWfM9Cfbh" %}
[EVM Contract Deployment](/product-guides/deploy-contracts-on-magnet-network/evm-contract-deployment.md)
{% endcontent-ref %}

{% content-ref url="/pages/rHOJX8ZR6du0URfDJEd1" %}
[WASM Contract Deployment](/product-guides/deploy-contracts-on-magnet-network/wasm-contract-deployment.md)
{% endcontent-ref %}

{% content-ref url="/pages/jSH2fmqtZLdJy6QdbRce" %}
[MoveVM Contract Deployment](/product-guides/deploy-contracts-on-magnet-network/movevm-contract-deployment.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://doc.magport.io/product-guides/deploy-contracts-on-magnet-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
