# Testing and Simulation

Testing your Paymento integration on test networks ensures your system operates seamlessly before going live. This guide covers how to set up wallets, acquire testnet assets, and simulate transactions for Bitcoin(Testnet), Ethereum (Sepolia), and Tron (Shasta).

1. [Create a Testnet Wallet](/accept-crypto-payments/testing-and-simulation/creating-a-testnet-wallet.md)
2. [Accquire Testnet Assets](/accept-crypto-payments/testing-and-simulation/accquire-testnet-assets.md)
3. [Making Transaction](/accept-crypto-payments/testing-and-simulation/creating-transactions.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paymento.io/accept-crypto-payments/testing-and-simulation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
