> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments

> Check available wallet operations and prepare a safe payment integration

Neuro currently exposes wallet-related Agent API operations, including balance, eDaler URI processing, provider discovery, payment options, buy/sell initiation, and transaction information.

<Warning>
  No payment quickstart is currently available. Do not initiate a value-moving operation until the operator confirms the environment, provider, approval rules, and whether the wallet contains test or real value.
</Warning>

## What you can use

* Read [Wallets and payments](/platform/wallets-and-payments) for the transaction model and application responsibilities.
* Check the [wallet API reference](/neuron-api/api-reference/wallet/overview) for the operations documented by the Agent API.
* Read [Payment API availability](/build/payments/neuro-pay-status) before using historical Neuro-Pay links or examples.

## Before moving value

Ask the Neuron operator which wallet or payment product is enabled and how it relates to the Agent API's eDaler operations.

Until then:

* use a development environment explicitly confirmed to contain test value;
* do not assume a wallet operation is financially harmless because the host is called a sandbox;
* follow only operator-approved fixtures and providers;
* record transaction identifiers and poll or subscribe using the confirmed state mechanism;
* never expose wallet credentials or bearer tokens to a browser.

Do not treat a successful initiation response as a completed payment. Store the transaction identifier and use the state mechanism confirmed by the operator until the transaction succeeds, fails, or expires.
