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

# System Resources

> Server health, configuration, and infrastructure status

System resources give AI agents real-time insight into the infrastructure they're running on — useful for diagnostics, health checks, and the MCP prompts that generate operational reports.

## `system://status`

Real-time snapshot of the server's operational health.

**Data includes:**

* **Network:** Solana cluster (devnet, mainnet-beta) and RPC URL
* **Master Funder:** Whether a master wallet is configured and its balance
* **Kora Relay:** Whether the Kora gasless relay is available
* **Wallets:** Total managed wallets and recent activity levels
* **Uptime:** Server start time and current uptime

## `system://config`

Full system configuration for the current deployment.

**Data includes:**

* Solana cluster and RPC endpoint
* Policy Engine defaults (per-tx cap, daily limit, rate limit)
* Master Funder configuration (seed amount, key label)
* Kora relay URL and API key status
* Merchant configuration (receiver address, agent name)
* Log level

<Warning>
  This resource exposes configuration values, not secrets. Private keys, passphrases, and API keys are never included in the output.
</Warning>
