# Search for Nonce

In Ethereum, every transaction has a nonce. The nonce is the number of transactions sent from a given address. Each time you send a transaction, the nonce value increases by 1. To find which nonce you deployed your token contract address from:

1\) Find the original transaction hash of your token contract deployment and open it in Etherscan.

![Click the contract](/files/-MZueJGgmkuzI_t3IE-R)

![Search and click the txn](/files/-MZueMROUDzi2wtwlvNp)

2\) Click on "Click to see more"

![](/files/-MZueVIfOlyi4cHDX4OX)

3\) Your Nonce of the token creation transaction will be displayed in the view more

![](/files/-MZuesjzvKpDufFtirGo)


---

# 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.chainswap.com/user-guide-1/search-for-nonce.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.
