> ## Documentation Index
> Fetch the complete documentation index at: https://docs.story.foundation/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> List of all production-grade modules used on the Story blockchain

# List of Modules

Here is a list of all production-grade modules that can be used on the Story blockchain, along with their respective documentation:

* [evmengine](/network/node-architecture/cosmos-modules/evmengine-module) - Handles Cosmos-side logics on each EVM state transition via the [Engine API](/network/node-architecture/engine-api).
* [evmstaking](/network/node-architecture/cosmos-modules/evmstaking-module) - Handles staking and network emission logics with queues.
* [mint](/network/node-architecture/cosmos-modules/mint-module)

## Cosmos SDK (modified)

Story network uses the following Cosmos SDK modules with some modifications:

* [staking](/network/node-architecture/cosmos-modules/staking-module)
* [distribution](https://docs.cosmos.network/main/build/modules/distribution)

## Cosmos SDK (unmodified)

Story network uses the following Cosmos SDK modules without non-trivial modifications:

* [auth](https://docs.cosmos.network/main/build/modules/auth)
* [bank](https://docs.cosmos.network/main/build/modules/bank)
* [consensusparams](https://docs.cosmos.network/main/build/modules/consensus)
* [gov](https://docs.cosmos.network/main/build/modules/gov)
* [slashing](https://docs.cosmos.network/main/build/modules/slashing)
* [upgrade](https://docs.cosmos.network/main/build/modules/upgrade)
