xmd

Query XMD treasury configuration, collateral status, supply, balances, reserves, and oracle prices.

3|3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/XPRNetwork/xpr-agents --skill xmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xmd
Source: https://github.com/XPRNetwork/xpr-agents/tree/main/openclaw/starter/agent/skills/xmd
Command: npx skills add https://github.com/XPRNetwork/xpr-agents --skill xmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The XMD Skill provides read-only access to the XMD treasury's global configuration, collateral status, supply, balances, reserves, and oracle prices to enable auditing, monitoring, and integration with external systems.

Core Features & Use Cases

  • Read treasury globals (paused state, fees, minimum oracle price thresholds) to determine mint/redeem viability.
  • List all supported collateral tokens with mint/redeem status, fees, max treasury percentages, and current volumes.
  • Retrieve XMD supply metrics, issuer, and per-account balances to verify circulation and ownership.
  • Inspect treasury reserves by collateral type, including oracle-backed pricing to compute USD valuations and collateralization ratio.
  • Access oracle price data and provider information for each collateral to inform mint/redeem decisions.
  • Use the write tools xmd_mint and xmd_redeem with proper confirmation flows to perform minting or redemption against the treasury.

Quick Start

Query the XMD treasury configuration and collateral list to begin minting or redeeming XMD.

Frequently Asked Questions about xmd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check stablecoin treasury collateralization ratios before minting or redeeming?

You can check stablecoin treasury collateralization by inspecting treasury reserves by collateral type alongside oracle-backed pricing to compute USD valuations and the collateralization ratio. The Skill exposes collateral status, reserves, and oracle prices to support this audit.

What is the process to mint and redeem a stablecoin against on-chain treasury reserves?

To mint and redeem a stablecoin, you query treasury globals and collateral status to confirm mint/redeem viability, then use authenticated write tools with proper confirmation flows to execute the minting or redemption against the treasury.

Can I monitor paused state, fees, and minimum oracle price thresholds for a treasury contract?

Yes, you can monitor the paused state, fees, and minimum oracle price thresholds by reading treasury global configuration data. This read-only access allows you to determine mint and redeem viability before executing transactions.

Does the treasury support multiple collateral types like XUSDC, XPAX, XPYUSD, and MPD?

Yes, the treasury supports multiple collateral types including XUSDC, XPAX, XPYUSD, and MPD. You can list all supported collateral tokens with their mint/redeem status, fees, max treasury percentages, and current volumes.

How do I retrieve stablecoin supply metrics and per-account balances to verify circulation?

You retrieve stablecoin supply metrics and per-account balances by accessing supply data and issuer information. This enables you to verify total circulation and ownership distribution across accounts.

What limitations apply when using oracle price data for stablecoin mint and redeem decisions?

Oracle price data limitations include minimum oracle price thresholds configured in the treasury globals. You must verify these thresholds and the paused state before proceeding, as write actions require a properly authenticated and signed user session.