You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6,14 +6,12 @@ Dexter is the first DEX which is implemented as a generalized state transition e
6
6
7
7
### Scope
8
8
9
-
At launch, it will support the Stable-5-Pool type (introduced by curve) and the Weighted pool type (introduced by balancer), each of which designed for the following objectives,
9
+
At launch, it will support the StablePool type (introduced by curve) and the Weighted pool type (introduced by balancer), each of which designed for the following objectives:
10
10
11
-
-**Stable-5-Pool -::-** Can be leveraged to develop specialized pools for liquid staking assets which can provide best trade execution.
12
-
-**Weighted Pool -::-** Can be leveraged to develop re-balancing driven pool strategies which can maximize LP returns.
11
+
***Stable Pool**: Can be leveraged to develop specialized pools for liquid staking assets which can provide best trade execution.
12
+
***Weighted Pool**: Can be leveraged to develop re-balancing driven pool strategies which can maximize LP returns.
13
13
14
-
Dexter generator (modified version of astroport generator) can be used to incentivize pool’s LP tokens with dual rewards, i.e the DEX’s token (not live at launch) and a proxy reward incentive that is given by any 3rd party staking contract.
15
-
16
-
- Custom generator proxy adapter contracts need to be written for these 3rd party staking contracts to add them to the generator.
14
+
Router can be used to perform trades across different pools in one go, while Multitasking (a modified version of the [Anchor staking contract](https://github.com/Anchor-Protocol/anchor-token-contracts/tree/main/contracts/staking)) can be used to incentivize pool’s LP tokens with rewards that is given by any 3rd party.
17
15
18
16
## Development
19
17
@@ -22,166 +20,22 @@ Dexter generator (modified version of astroport generator) can be used to incent
Persistence is a permissioned network. You will have to wait for the proposals to pass and re-run scripts so its partly a manual process. We have shared addresses for our dexter instance deployment on testnet which you can interact with to test pool functions.
- You can find more examples [here](https://github.com/dexter-zone/dexter_core/blob/main/scripts/helpers/helpers.ts)
147
-
148
-
<br>
149
-
<br>
150
-
151
-
### Interacting with Persistence Network (via Python) :
152
-
153
-
- You can use `cosmos_SDK` to interact with dexter protocol on Persistence network. cosmos_SDK is a python package forked from terra_SDK and is being repurposed to be able to support multiple cosmos blockchains. You can refer to terra_SDK's documentation which should work in for cosmos_SDK too.
154
-
155
-
```
156
-
pip install -U cosmos_SDK
157
-
```
158
-
159
-
- Create `LCDClient` instance to interact with chain.
0 commit comments