Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ensure your machine satisfies the requirements:

## Resource Requirements

- You will need to fund certain addresses with the following funds when requested: 0.01 ETH (Ethereum mainnet) + 10 USDC (Ethereum mainnet) + 0.01 ETH (Base chain). Additionally some quantity of OLAS bridged to Optimism if you want to stake.
- You will need to fund certain addresses with the following funds when requested: 0.02 ETH (Ethereum mainnet) + 10 USDC (Ethereum mainnet) + 0.01 ETH (Optimism chain) + 0.01 ETH (Base chain). Additionally some quantity of OLAS bridged to Optimism if you want to stake.

- You need 3 RPCs for your agent instance for respectively Ethereum, Optimism, and Base.
```bash
Expand Down Expand Up @@ -96,6 +96,11 @@ where `[service-hash]` is the onchain representation of the agent code that you'
ls .optimus/services
```

To obtain a report of your agent's activity run
```bash
poetry run python staking_report.py
```

To stop your agent, use:

```bash
Expand Down
Loading