isKeeper function reverting

Hello,

So I am trying to run an auto task with my relayer and I am running into an issue. I’ve already lost some eth as gas fee and all of my transactions are reverting. I’ve finally paused it and posting my issue here hoping that someone can help me.

First, here is my relayer (keeper) address:

It has been activated through my defender account (waited the 3 days and clicked activate).

I can also see my relayer address here:

However, it doesn’t show any processed jobs because everything has reverted (seen in the etherscan link).

After a closer look, all of the transactions seem to have reverted because of

Fail with error ‘::isKeeper: keeper is not registered’

I had thought that activating my account registers my relayer as a keeper. Why do i constantly get this revert error?

Do I require a minimum bond of KP3R for running Keep3rV1Oracle?

Any help would be greatly appreciated. Thank you.

1 Like

Hi @matteyu,

Welcome to the community :wave:

It looks like your Keeper is activated:

The two Jobs (SushiswapV1Oracle and Keep3rV1Oracle) you are trying to run require a minimum of 200 KP3R.

uint public minKeep = 200e18;

You either need to try other Jobs that don’t have a minimum or bond the required amount.

I am not sure if there is a list of the minimum amount of K3PR required other than looking at the contracts themselves.