Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ To stop your agent, use:
cd trader; poetry run autonomy deploy stop --build-dir trader_service/abci_build; cd ..
```

## Activate Staking
This is an enhancement of the usual script with an additional guided step for staking. This will guide you through the process of getting your Trader agent service ready for earning staking rewards. Before you proceed, ensure you have at least 50 OLAS on Gnosis Chain.

With your agents stopped, execute the staking command:

```bash
chmod +x run_service.sh && ./run_service.sh --with-staking
```

Note: Staking is currently in a testing phase, so the number of trader agents that can be staked might be limited.


## Observe your agents

1. Check out this handy app: https://predictions.oaksprout.repl.co/
Expand Down