> ## Documentation Index
> Fetch the complete documentation index at: https://please.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported actions

> Actions the public preview can discover and simulate, subject to current configuration.

The public MCP service supports a narrow set of typed, read-only action previews. It is the current public preview surface of the financial control plane; it does not expose agent accounts, durable policies, budgets, approvals, funding sources, or execution authority. Availability varies by chain, asset, protocol configuration, provider status, and safety limits.

<Warning>
  Always call `discover_actions` first. This page describes action families, not a promise that a particular chain, asset, market, or vault is currently enabled.
</Warning>

## EVM action previews

| Action                  | Purpose                                                            | Material details                                                    |
| ----------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------- |
| Transfer                | Preview sending an asset to a recipient                            | Chain, asset, amount, recipient                                     |
| Exact-input swap        | Preview swapping a fixed input amount                              | Chain, input asset, output asset, input amount, recipient, slippage |
| Exact-input bridge      | Preview moving and converting a fixed input amount across networks | Source and destination chains, assets, amount, recipient, slippage  |
| Aave supply             | Preview supplying an asset to Aave V3                              | Chain, asset, amount, beneficiary                                   |
| Aave withdrawal         | Preview withdrawing an asset from Aave V3                          | Chain, asset, amount, recipient                                     |
| Morpho vault deposit    | Preview depositing into an explicitly allowlisted vault            | Chain, vault, asset, amount, beneficiary                            |
| Morpho vault withdrawal | Preview withdrawing from an explicitly allowlisted vault           | Chain, vault, shares or asset amount, recipient                     |

## Venue preflights

Configured deployments may expose narrow Hyperliquid reduce-only IOC and Polymarket FOK order previews for explicitly allowlisted markets. These are visible-order-book preflights, not fork simulations, signed orders, or submissions.

Venue previews are non-approvable. They cannot prove that a venue will accept an order, that a quoted fee will remain unchanged, or that liquidity will still be available.

## Required parameters

Do not ask an AI client to infer or invent:

* a wallet or recipient address;
* a network or chain ID;
* an asset, token contract, vault, or market;
* an amount or decimal precision;
* a slippage or fee limit; or
* an account position.

Ask a clarifying question whenever a required value is missing or ambiguous.

## Unsupported requests

The public service rejects arbitrary calldata, raw transactions, signatures, signed payloads, private keys, seed phrases, provider secrets, trading credentials, and autonomous execution requests.

It also fails closed when configuration is missing, a market or vault is not allowlisted, evidence is stale, a simulation fails, or a requested action is not supported.

<Tip>
  Treat `discover_actions` as live capability negotiation. It is safer than relying on a remembered list of networks or assets.
</Tip>
