# Wallet

A wallet is required to receive tokens distributed through item transactions and events using NFTs in GOLFIN. To make it easy for golf and game enthusiasts to get started, a wallet is automatically generated. During the initial release, the app will not include a feature for transferring tokens using the wallet. Instead, recovery phrases and private keys can be checked and copied for use with external wallet apps to verify token balances and enable sending and receiving.

When tokens are granted in GOLFIN, they will be sent to this automatically created wallet.

### How to check the wallet’s recovery phrase and private key

These can be verified from the app using the following steps.

1. Open the GOLFIN GPS app
2. Tap the menu icon in the top left corner of the screen
3. Tap "Wallet" from the menu
4. Tap the "Recovery Phase" or "Private Key" section
5. Authenticate using the device's passcode or biometric authentication
6. The recovery phrase or private key will be displayed. Take a screenshot or tap the copy icon to copy it.
7. The copied information will be in a format that can be imported into wallets like MetaMask or OKX.

Future updates are planned to include features for importing existing wallets. \
For more details, please refer to the roadmap at the end of the white paper.


---

# 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.golfin.io/english/gps-app/wallet.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.
