Skip to content

Commit

Permalink
edits: added words in dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Sep 17, 2024
1 parent 090c937 commit f9d1a02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,16 +672,19 @@ SerpAPI
serpapi
JobSearchAgent
jobsearchapp
SearchAgent
jsonify
args
startswith
isinstance
Databricks
Leicestershire
Plc
subtasks
Redoute
Sharesave
Zalando
LLM's
ctllx
eCommerce
fmk
Expand Down Expand Up @@ -758,19 +761,26 @@ qvm
thjtm
xh
xvq
parsers
yc
pydantic
zc
zum
zxnra
gkf
qvm
thjtm
xh
Decentr
xvq
yc
zc
stargate
zum
zxnra
Coinbase
blockchain's
Blockchain's
Slaanesh
Sigmar
DeFi
Expand All @@ -779,6 +789,13 @@ cfvwsdj
ehs
kqdgtrsduuzslqnrzwkrcn
kvatrxu
emptyCount
Bain
Bosdet
CMA
getMessages
incrementing
sessionEnded
sy
vag
Orchestrator
Expand All @@ -791,12 +808,19 @@ TESTFET
testfet
quickstart
QueryValidatorsRequest
validators
Validators
validator
Validator
coincurve
Liam
uAgent
uagent
SDk
AiEngine
ApiBaseMessage
FunctionGroup
ProsusAI
TaskSelectionMessage
getLogger
asctime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

The Stake Auto-Compounder is a CosmPy based use case developed using Python and designed to automate the process of staking tokens in a blockchain network, claiming rewards, and compounding those rewards by re-delegating them to a validator. When an account delegates tokens to a network's validator, it will start generating rewards proportionally to the amount of [`Stake` ↗️](/guides/fetch-network/cosmpy/staking) delegated. But since rewards aren not automatically added to your stake and therefore do not contribute to future rewards, we can perform a compounding strategy to generate exponential rewards.
The Stake Auto-Compounder is a CosmPy based use case developed using Python and designed to automate the process of staking tokens in a blockchain network, claiming rewards, and compounding those rewards by re-delegating them to a validator. When an account delegates tokens to a network's validator, it will start generating rewards proportionally to the amount of [`Stake` ↗️](/guides/fetch-network/cosmpy/staking) delegated. But since rewards are not automatically added to your stake and therefore do not contribute to future rewards, we can perform a compounding strategy to generate exponential rewards.

## Delegate your tokens

Expand Down

0 comments on commit f9d1a02

Please sign in to comment.