# Transaction

{% hint style="danger" %}
The following information is deprecated and may limit its use. Please refer to the WalletConnect 2.0 tab for the latest version of NEOPIN wallet integration: [walletconnect-2.0](https://docs.neopin.io/developers/walletconnect-2.0 "mention")
{% endhint %}

SendTransaction Process

1. Transaction is possible only when DApp and Wallet are connected and approved.   
2. Please check the "SendTransaction" section of [Functions](https://docs.neopin.io/developers/deprecated/deprecated-neopin-connect-1.0/wallets/android/usage/broken-reference) for DApp sending transactions to the Wallet.   

After creating a Transaction in DApp, the value is sent to the Wallet through SendTransaction.

The screen below shows the Transaction received from the Wallet and performs a Value Check.

Transactions currently supported by the NEOPIN Wallet are ERC-20 compliant transfers. Please check the ABI to create a Transaction.

<figure><img src="https://3207921449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqGie2GKzhU3olmN7yiWW%2Fuploads%2FGuuynjS8Mc6cRw0da8uo%2Fandroid-wallet-usage-transaction.png?alt=media&#x26;token=c25c3a94-c1d2-4062-8b55-e75f6b1f5e57" alt=""><figcaption></figcaption></figure>

When you “Send Transaction”, the Wallet performs the following actions.

1. Payload, Transaction Verification
2. Action (Coin/Token Transfer)
3. Send Action Result to DApp
4. (Optional) If there is a DeepLink entered in [WCPeerMeta](https://docs.neopin.io/developers/deprecated/deprecated-neopin-connect-1.0/wallets/android/usage/broken-reference), open the App with that DeepLink.
