Network and server mode
arcnow_networkInspect network configuration: target chain, deployed Arc contracts, graduation venues, Uniswap v4 router presence, and read-only or write mode. Also fetches quote tokens and spend ceilings that govern trading.
Instructions
Which chain this server is pointed at, which arcnow.io contracts are deployed there, which graduation venues exist, whether a Uniswap v4 router is configured for trading graduated tokens, and — the part that decides what else you can do — whether this server is READ-ONLY or has writes enabled.
Call this first in any session that might trade. It tells you the spend ceilings the operator set — one per quote token, and a quote with none is refused — the address that would sign, and whether the write tools exist at all. It lists the network's quote tokens: a token is priced for life in native USDC (the gas currency, 18 decimals) or an ERC-20 such as EURC (6 decimals), and every amount is in that quote. The 6-decimal USDC ERC-20 predeploy is a separate view of native USDC that pays for nothing. Takes no arguments and touches no chain state; arcnow_quote_tokens asks the registry which quotes a launch accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||