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
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,29 @@ Clone this repository locally and execute:
chmod +x run_service.sh
./run_service.sh
```

### For Stakers

> :warning: **Warning** <br />
> The code within this repository is provided without any warranties. It is important to note that the code has not been audited for potential security vulnerabilities.
> Using this code could potentially lead to loss of funds, compromised data, or asset risk.
> Exercise caution and use this code at your own risk. Please refer to the [LICENSE](./LICENSE) file for details about the terms and conditions.

Before you proceed, ensure you have at least 50 OLAS on Gnosis Chain. For more information on staking, checkout the following [blogpost](https://www.valory.xyz/post/s-e-everest).

To run the script (with staking) execute:

```bash
./run_service.sh --with-staking
```

Otherwise, run:
Otherwise, run:

```bash
./run_service.sh
```

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

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

### Service is Running

Expand All @@ -57,7 +64,6 @@ To stop your agent, use:
cd trader; poetry run autonomy deploy stop --build-dir trader_service/abci_build; cd ..
```


## Observe your agents

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