# Virtual machines

## KLY-EVM

EVM compatible virtual machine by KLY. Supports low-level sharding, WASM(it's possible to call WASM from EVM and vice versa) and other features like storage-by-subscription model, free calls, advanced fee system, etc.

## KLY-WVM

WASM-based virtual machine by KLY. Supports several languages, EVM(call EVM from WASM), sharding,etc.

## XVM

Hybrid virtual machine with multiple architectures support:

* EVM
* WASM
* Other(later - Solana VM, Cosmos VM, etc)

## Smart contract

## Bytecode

## Cross contract call

## Cross VM call


---

# 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/other-resources-and-links/glossary/virtual-machines.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.
