Action System

Each trade (or interaction) is called an action in the Wiskers ecosystem*. If desired by the user, Wiskers allows the creation of a unique webhook for every action.

When creating an action the user is required to sign the hash of the action payload, after which the signature is saved in the Wiskers database with the payload. Upon execution request, Wiskers bundles the signature together with the payload as well as the simulation results and executes it using Wiskers’ contracts.

*Currently, Wiskers is configured to execute actions solely based on TradingView alerts (more on this in the TradingView Integration section).

Last updated