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

# Overview

> Integrate core Orderly Network functionality into any JavaScript environment.

`@orderly.network/core`

The core library is the foundational SDK used by hooks SDK and has the following functionalities:

* Helpers for registration, Orderly Key generation and settle pnl
* Key stores that are mainly used from hooks
* Some helper functions
* Account object
* KeyPair classes to sign messages

Technical overview is [here](/sdks/tech-doc/modules/orderly_network_core) and [here](/sdks/tech-doc/modules/orderly_network_core.utils)
