# LGCY Virtual Machine

LGCY Virtual Machine (LVM) is a lightweight, Turing complete virtual machine. Its goal is to provide a blockchain system that is efficient, convenient, stable, secure and scalable.

LVM initially forked from TVM and can connect seamlessly with the existing Solidity smart contract development ecosystem. Therefore, LVM also supports DPoS consensus.

LVM employs the concept of Energy.  With mainnet enacting, energy will be paid out in a tradeable stable coin called USDL. The Energy system is different from the Gas mechanism on EVM, operations of transactions and smart contracts on LVM are free, with no LGCY consumed. Technically, executable computation capacity on LVM is not restricted by total holding number of tokens.


---

# 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://lgcy-network.gitbook.io/welcome/lgcy-virtual-machine.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.
