Results
Every guard check produces a result. A result consists of a status (OK, NOT_OK, ERROR) and details on what happened during the check. The details are different for every guard and are represented in JSON.

The above example is on a guard that checks for a USDC / USDT uniswap pool depeg over a 30 minute time period. When tested on the latest block, the result shows details of the min and max USDC in the last 30 minutes do not exceed the expected the range.
Last updated