# API Key Generation

Once your account is active, generating an API key is straightforward:

### Add Your Store

1. Log in to your Paymento account and click on "Add Store"
2. &#x20;Provide your store's name, the list of cryptocurrencies you wish to accept, and upload your store's logo and click on Next.
3. &#x20;For each cryptocurrency, you'll need to provide a public key.&#x20;

   * UTXO-based Blockchains (e.g., Bitcoin): Provide an Extended Public Key (XPUB) for each UTXO-based blockchain you're accepting.
   * EVM-based Blockchains (e.g., Ethereum): Provide the account address for each EVM-based blockchain.

   You can either manually copy and paste the public key/address for each blockchain from your wallet or connect your wallet to Paymento to automatically retrieve them.
4. Once all details are entered and your public keys are provided, submit the information to finalize the setup of your store on Paymento.

Now just enable your store and you have access to API key for accepting payments.


---

# 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/api-key-generation.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.
