read.asset_manager.current
Read the asset managers currently enabled on an account, with decoded on-chain config, intents, and Merkl claim state. Deprecated managers appear separately for cleanup.
Instructions
Read which asset managers are currently enabled on an account, with their decoded on-chain configuration. Returns the active managers (address, protocol, initiator, decoded strategy metadata, slippage and value-loss caps, fee recipient), the intents they map to, and Merkl claim state including whether reward tokens still need registering. Managers from superseded deployments are listed separately under deprecated: pass their addresses to write.account.automations_delta to clear them, or run write.account.automations which disables them as part of the save. read_ok is false when chain state could not be read, in which case the result is unreliable rather than empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | No | Chain id: 8453 Base, 130 Unichain, 10 Optimism | |
| account_address | Yes | Arcadia account address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merkl | No | ||
| account | Yes | ||
| enabled | Yes | ||
| read_ok | Yes | ||
| chain_id | Yes | ||
| warnings | Yes | ||
| deprecated | Yes | ||
| inferred_intents | Yes |