From 26d90eb196a30dec381b259632d75031091cdca0 Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Thu, 4 Jul 2024 23:10:26 +0200 Subject: [PATCH] Update docs/positions.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/positions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/positions.md b/docs/positions.md index 309e240c..e2e85bc1 100644 --- a/docs/positions.md +++ b/docs/positions.md @@ -4,6 +4,6 @@ A Position is an instantiation for an adapter for a specific asset. A cellar may The process for setting up a position is as follows: -1. A cellar add an adapter that has been trusted by Registry with `AddAdapterToCatalogue` +1. A cellar add an adapter that has been trusted by Registry with `AddAdapterToCatalogue`, 2. A cellar adds a position that has been trusted by Registry with `AddAdapterToCatalogue` 3. `AddPosition` places the the position in the internal index and passes configuration data to the adapter. This connected to things like holding position, withdrawal order etc.