# WasmVM

## Overview <a href="#storage-management" id="storage-management"></a>

The LandslideSDK is designed to support the CosmWasm Virtual Machine (VM) and its methods, such as `read_db`, `write_db`, `remove_db`, and `scan_db`. As a wrapper around the CosmWasm VM, the LandslideSDK enables developers to compile, initialize, and execute CosmWasm smart contracts from their Go applications, including the `x/wasm` module.&#x20;

The CosmWasm VM is a lightweight and efficient Wasm runtime optimized for blockchain applications, and it provides a secure and sandboxed environment for executing smart contracts. With the support of the LandslideSDK, developers can leverage the power of the CosmWasm VM to build scalable and secure dApps on the Avalanche network.

### KVStore

The LandslideSDK is designed to be fully compatible with the CosmosSDK and can support the CosmosSDK `KVStore` in a wasm module. This means that developers can use the familiar CosmosSDK `KVStore` to build their applications on Landslide without having to learn a new storage model. Additionally, wasm modules in LandslideSDK can also use the IBC light client to transfer assets between Avalanche and other connected blockchains, further expanding the interoperability of LandslideSDK-based dApps.


---

# 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.landslide.network/product-guides/slide-sdk/wasmvm.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.
