# Welcome to Magnet

## Overview

Magnet comprises two main components: Magnet Network and Magnet Stack.

{% hint style="success" %}
Magnet Network is the first DOT-AS-GAS chain in Polkadot, featuring support for EVM, WASM, and MoveVM.
{% endhint %}

{% hint style="success" %}
Magnet Stack generates coretime-ready chain codes, complete with customizable functions and pallets with a user-friendly app.
{% endhint %}

## Magnet Network

Magnet Network strives to become Polkadot's native smart contract platform, incorporating Agile Coretime from the outset. It is also the first blockchain to utilize DOT as the gas and to support multiple VMs, including EVM, WASM, and MoveVM.

## Magnet Stack

Magnet Stack is crafted to simplify the deployment of Polkadot Coretime-ready chains and initiate projects. Magnet Stack enables developers to tailor their blockchain network via a user-friendly web interface and automatically generates the corresponding node codes.

## Quick links

{% content-ref url="overview/magnet-network-features" %}
[magnet-network-features](https://doc.magport.io/overview/magnet-network-features)
{% endcontent-ref %}

{% content-ref url="overview/magnet-stack-features" %}
[magnet-stack-features](https://doc.magport.io/overview/magnet-stack-features)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="product-guides/setup-a-local-node" %}
[setup-a-local-node](https://doc.magport.io/product-guides/setup-a-local-node)
{% endcontent-ref %}

{% content-ref url="product-guides/deploy-contracts-on-magnet-network" %}
[deploy-contracts-on-magnet-network](https://doc.magport.io/product-guides/deploy-contracts-on-magnet-network)
{% endcontent-ref %}

{% content-ref url="product-guides/develop-coretime-ready-chain-with-magnet-stack" %}
[develop-coretime-ready-chain-with-magnet-stack](https://doc.magport.io/product-guides/develop-coretime-ready-chain-with-magnet-stack)
{% endcontent-ref %}

🔎 For more about Magnet, head to our [website](https://magnet.magport.io/)

📢 Follow our latest updates on [Twitter](https://twitter.com/Magnet_network)

🤝 Engage with fellow developers on our [Telegram server](https://t.me/+aep298N0KXUwZTM1)

💻For more development details: [Magnet Github](https://github.com/Magport/Magnet)

🌟To give it a simple try, please visit our [demo app](https://magnet.magport.io/bridges)


---

# 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/welcome-to-magnet.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.
