> For the complete documentation index, see [llms.txt](https://venom-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://venom-docs.gitbook.io/knowledge-base/general/readme.md).

# Welcome to Venom

Venom is a multi-blockchain network being a basis for scalable Web3 applications in the DeFi and Global Payments markets.

Venom blockchain provides the best transactional scalability solution by sharding protocol and economic scalability by enabling run community-built workchains in the future.

Everyone can become part of the Venom ecosystem which is open and transparent.

## Join our community

[![](/files/jxoHOX1snD0IeQuRQYeP)](https://discord.gg/E5JdCbFFW7)       [![](/files/0pIE4Je6QqhOxplGSy7F)](https://twitter.com/venomfoundation)       [![](/files/B1J5u00N2xzBhZyjOH65)](https://medium.com/@venom.foundation)

## Get started

The Knowledge Base is the entry point into the Venom universe.\
Get to know the technology behind the incredible scalability of the Venom blockchain.

## Content

Here you'll find information about [Venom Ecosystem Products](/knowledge-base/general/ecosystem.md), start and go deeper into [Venom technology](/knowledge-base/learn/architecture.md).

[The Build section](https://dev.venom.rs//sites/docs/-/blob/main/broken-reference/README.md) contains guides and tutorials for developers and integrators. Here you will find [comparing of Ethereum vs Venom](/knowledge-base/build/development-guides/comparing-of-ethereum-vs-venom-architectures.md) to better understand the key differences between the EVM, and Venom technologies and have smooth migration development to Venom.

Most useful is the [Integration Guides section](/knowledge-base/build/integration-guides.md) for developers who build wallets, portfolio trackers, etc.

If you want to maintain the network, there is [a Section for Maintenance](https://dev.venom.rs//sites/docs/-/blob/main/broken-reference/README.md), where you will find all the necessary information about the roles of [Network Maintainers](https://dev.venom.rs//sites/docs/-/blob/main/broken-reference/README.md), and [How to become a validator guide](https://dev.venom.rs//sites/docs/-/blob/main/broken-reference/README.md).

## First steps with Venom

1. [Create a Wallet](/knowledge-base/general/create-a-new-wallet-account.md)\
   The Wallet Account is your identity in the Venom blockchain and a place to securely keep your Venom tokens.<br>
2. Get Venom tokens\
   An Easy way to exchange any of your tokens on other chains to VENOM<br>
3. [Transfer funds](/knowledge-base/general/balance-transfers.md)\
   Send your VENOM to friends<br>
4. [Explore transactions](/knowledge-base/general/ecosystem.md#explorer)\
   Explore, and search transactions, addresses, tokens, and other activities on Venom Blockchain<br>
5. [Bridge your tokens](/knowledge-base/general/ecosystem.md#bridge)\
   Explore the world of interchain transactions. Save time and money moving assets from one network to another.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://venom-docs.gitbook.io/knowledge-base/general/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
