# Intro

We want to expand the possibilities of writing smart contracts for our chain as much as possible, so you will have access to the capabilities of the two most popular virtual machines - EVM and WASM. And in the future, there will be more!

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

## EVM

The most popular virtual machine that immediately gives us compatibility with many popular DApps - stablecoin contracts, DEX, marketplaces, etc. can be immediately deployed to use the capabilities of Klyntar.

It also gives us the ability to be compatible with wallets, SDKs, and other Web3 products for EVM chains

## WASM

WebAssembly bytecode can be derived from popular languages ​​such as Rust, C/C++, AssemblyScript and many more! Learn more here

{% embed url="<https://github.com/mbasso/awesome-wasm>" %}

Use the power of package managers to import functionality from npm or crates.io for use inside your smart contracts

## Containers - a game changing execution environments

Coming soon


---

# 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://docs.klyntar.org/smart-contracts-and-vms/intro.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.
