multi_condition_payment
Send tokens on the Pharos network only if multiple token price conditions are met, using AND or OR logic to combine thresholds.
Instructions
Send a payment only if multiple token price conditions pass, combined with AND or OR logic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient wallet address | |
| amount | Yes | Amount to send in human readable units, e.g. "5.00" | |
| token | Yes | Token to send if conditions pass | |
| conditions | Yes | List of price conditions to evaluate | |
| logic | No | AND requires every condition to pass, OR requires at least one | AND |
| network | No | Network to use: testnet (default) or mainnet |