Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt

Use this file to discover all available pages before exploring further.

This Processor converts raw amounts to human-readable values by dividing by token decimals. Supports EVM, Solana, Aptos, and Sui chains. Example: with a raw amount of 10000000000000000000 and token decimals of 10^18, this Processor outputs 10000000000000000000 / 10^18 = 10. Enter the token address so the Processor can query the blockchain node for the decimals value.
Example: Convert using decimals for DEGEN token on Base

Example: Convert using decimals for DEGEN token on Base

Configuration details:
Field nameRequired?Detail
Variable to save resultYesThis Processor outputs the amount converted by decimals. Choose a variable name to store the result.
Example: TOKEN_AMOUNT
Token raw amountYesOriginal token amount, not divided by decimals
Blockchain typeYesarget chain for Processor execution
Node endpoint groupYesSelect the node provider to interact with the blockchain
Token addressYesToken address. If you select Native token, you can skip this field.