# LandslideCore

## Landslide Core v 0.1

{% embed url="<https://github.com/ConsiderItDone/LandslideCore/>" %}
LandslideCore Open Source Repo
{% endembed %}

Landslide Core is a new blockchain network built on top of Avalanche that provides high throughput, fast finality times, and IBC compatibility for Cosmos SDK-based decentralized applications (dApps). It includes a fork of Tendermint that uses the Avalanche consensus algorithm, which enables faster transaction finality times compared to traditional Tendermint consensus. Additionally, Landslide Core includes a compatible fork of the Cosmos SDK, which allows Cosmos-based dApps to run natively on the Avalanche network. This software documentation provides an overview of Landslide Core's features, including its architecture, consensus algorithm, and SDK compatibility, and serves as a guide for developers looking to build decentralized applications on the Landslide Core network.\
\
LandslideSDK documentation is still under construction.


---

# 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/landslidecore.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.
