Introduction

FinP2P Core is the orchestrator of decentralized processes, engaging the other interfaces as needed.

The FinP2P core is stateless - it receives requests from any of the Network Protocol nodes (other nodes), or from the Application API (same node), and then interacts with the other components of the FinP2P node to execute those requests. 

The FinP2P core’s main flows include:

Main interaction with the Network protocol

Main interaction with the Application API

Main interactions with the Ledger abstraction

Manage private information (i.e. not stored on a shared DLT)

Manage DLT interactions (i.e stored on the node’s of the DLT):

Detailed flows TBD