com.cofferline/treasury
name:com.cofferline/treasury
Treasury and risk controls for agent wallets: policies, quotes, prediction-market orders.
- transport:
- remote
- credential class:
- open
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- cancel_all_pm_ordersshallow
Cancel every resting order for the credential, optionally within one market. Auth required.
- cancel_intentshallow
Cancel a planned intent (a few-second window before execution claims it). Auth required.
- cancel_pm_ordershallow
Cancel one resting prediction-market order. Auth required.
- check_pm_ordershallow
Pre-flight policy check for a prediction-market order: would this cost be allowed right now? Auth required.
- check_spendshallow
Pre-flight policy check: would this spend be allowed under the wallet's policy right now? Auth required.
- complete_siwe_loginshallow
Finish wallet sign-in: exchanges the signed SIWE message for a cl_sess_… session token — use it as the Authorization bearer on every authenticated tool. Free, no auth.
- confirm_delegationshallow
Activate a prepared delegation by supplying the owner's signature over its enable digest. Auth required.
- create_intentshallow
Create a conversion or gas_topup intent; the executor pipeline plans and fills it under policy. Auth required.
- create_pm_ordershallow
Place a prediction-market limit order under policy, signed server-side with the stored credential. Polymarket: condition_id, token_id, action, price_usd (e.g. '0.55'), size_shares. Auth required.
- export_accountshallow
Export all of this account's data in one document. Auth required.
- get_auto_topupshallow
The auto-topup rule and how many pre-signed authorizations remain. Auth required.
- get_balanceshallow
Prepaid fee balance: settled credits minus fee debits. Auth required.
- get_benchmarksshallow
Measured execution benchmarks: median savings vs arrival quote by USD size bucket, from real completed intents only. Free, no auth.
- get_delegationshallow
Fetch one delegation. Auth required.
- get_intentshallow
Fetch an intent, including fills and the post-trade report once filled. Auth required.
- get_meshallow
Identify the authenticated account: address, kind, scopes. Auth required.
- get_pm_onboardingshallow
Polymarket trade-readiness for an address: live approval status plus the calldata for anything missing (executed outside MCP — this server cannot sign). Auth required.
- get_pm_signer_rotationshallow
Calldata to swap the Polymarket funder Safe's owner to a new EOA — the owner executes it outside MCP (this server cannot sign). Auth required.
- get_policyshallow
List policy versions, newest first (the first entry is active). Auth required.
- get_quotesshallow
Live venue quote comparison for a token conversion (CoW + ParaSwap on Base). Free, no auth.
- get_statementshallow
Deterministic monthly statement derived from the append-only ledger — same period, same bytes. Auth required.
- list_delegationsshallow
List delegations, newest first. Auth required.
- list_feedbackshallow
Every feature request ever submitted, public and unauthenticated. Free.
- list_intentsshallow
List intents, newest first. Auth required.
- list_pm_credentialsshallow
List stored venue credentials — metadata only, never material. Auth required.
- list_pm_ordersshallow
The credential's resting orders straight from the venue — recover state after a disconnect. Auth required.
- list_tokensshallow
Tokens the platform accepts on an intent, per chain — what create_intent will admit. Free, no auth.
- offboard_accountshallow
Close this account for good: revokes every credential, scrubs personal data, retires the account. Irreversible; confirm_wallet_address must be the account's own wallet address, typed exactly. Auth required.
- panicshallow
Emergency stop, one call: suspends the account, revokes every API key, session, delegation and venue credential, and returns all unwind calldata for the owner. Auth required.
- poll_eventsshallow
Poll typed treasury events with a monotonic cursor (intent lifecycle, budget thresholds, reconciliation, security alerts). Auth required.
- prepare_delegationshallow
Prepare a scoped session-key grant for a Kernel smart account: exact call allowlist, expiry, optional rate limit. Returns the ONE EIP-712 digest the account owner signs outside MCP (this server cannot sign) — then call confirm_delegation with the signature. Auth required.
- prepare_pm_ordershallow
Prepare a client-signed Polymarket order: policy-checked, then returns the exact EIP-712 payload to sign outside MCP (this server cannot sign) plus a prepare_id — submit both via submit_pm_order. Auth required.
- put_policyshallow
Create or update the wallet's treasury policy (immutable versioning; PUT creates the next version). Auth required. Body must match /schemas/policy-v1.json — only version, wallet and chain_id are required; omitted fields take the platform defaults published in the manifest and are stored into the document, and the response lists them in `defaulted`.
- remove_auto_topupshallow
Remove the auto-topup rule and its unused authorizations. Auth required.
- renew_delegationshallow
Renew an active delegation: same scope, fresh expiry, no authority gap. Returns a NEW digest to sign and confirm exactly like prepare_delegation. Auth required.
- resolve_pm_fundershallow
Resolve an owner EOA to its Polymarket funder Safe candidates. Auth required.
- revoke_delegationshallow
Revoke a delegation. The reply includes calldata the owner can send on-chain for hard finality. Auth required.
- revoke_pm_credentialshallow
Revoke a venue credential; its sealed ciphertext is destroyed. Auth required.
- screen_addressshallow
OFAC SDN counterparty screening for an address. Free, no auth.
- set_auto_topupshallow
Configure auto-topup: when the prepaid balance falls below threshold_usd, the platform settles one of the pre-signed EIP-3009 authorizations you supply (signed outside MCP — this server cannot sign). Auth required.
- start_siwe_loginshallow
Start wallet sign-in: returns a single-use SIWE message. Sign it with the wallet outside MCP (this server cannot sign), then call complete_siwe_login. Free, no auth.
- store_pm_credentialshallow
Store a prediction-market venue credential (verified live against the venue, sealed at rest, material never returned). Polymarket, either shape: signer_private_key + maker (derives API creds), or api_key + secret + passphrase + maker + signer. Auth required.
- submit_feedbackshallow
Submit a feature request ($1 anti-spam fee, charged to the prepaid balance when funded). Auth required. Payment flow: call once without x_payment — a 402 reply lists the exact EIP-3009 requirements (amount, USDC asset, recipient, EIP-712 domain). Sign a transferWithAuthorization for them outside MCP (this server cannot sign), then call again with x_payment set to the base64 of {x402Version:1, scheme:'exact', network, payload:{signature, authorization}}.
- submit_pm_ordershallow
Submit a prepared Polymarket order with the maker's EIP-712 signature from prepare_pm_order. Auth required.
- sync_pm_fillsshallow
Pull the venue's fills for a credential into the wallet's ledger. Idempotent — safe to repeat. Auth required.
- topup_balanceshallow
Top up the prepaid balance with USDC. Auth required. Payment flow: call once without x_payment — a 402 reply lists the exact EIP-3009 requirements (amount, USDC asset, recipient, EIP-712 domain). Sign a transferWithAuthorization for them outside MCP (this server cannot sign), then call again with x_payment set to the base64 of {x402Version:1, scheme:'exact', network, payload:{signature, authorization}}.
- wrap_pm_usdcshallow
Wrap the funder Safe's USDC.e into Polymarket's pUSD, platform-relayed so the user pays no gas. Omit amount_base_units to wrap the full balance. Auth required.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/9984df71-6b1c-4aff-918d-d36bd9730c61)