Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Sep 29, 2023
2 parents e5f9035 + 1ea9bf5 commit fef51ec
Showing 1 changed file with 15 additions and 31 deletions.
46 changes: 15 additions & 31 deletions docs/develop/dapps/telegram-apps/monetization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ import ThemedImage from '@theme/ThemedImage';

# Monetization

## Get users wallets with TON Connect

TON Connect is a communication protocol between **wallets** and **apps** in TON.
## Wallet Pay
<br></br>
<img src="https://storage.googleapis.com/ton-strapi/reason_Card5_19eeac1401/reason_Card5_19eeac1401.png" alt="Wallet Pay illustration">
<br></br>
Wallet Pay is the primary payment system for Telegram Mini Apps, supporting both crypto and fiat transactions. Monitor your order statistics and easily withdraw funds.
Embedded within the Wallet ecosystem, Wallet Pay facilitates seamless financial exchanges between merchants and their customers.

Useful links:
- [Wallet Pay Business Support](https://t.me/WalletPay_supportbot) is a Telegram bot for reaching out the Wallet Pay Support Team.
- [Demo Store Bot](https://t.me/PineAppleDemoWPStoreBot) is a Telegram bot for Wallet Pay functionality introduction. (Attention: all payments are carried out in real assets)
- [Merchant Community](https://t.me/+6TReWBEyZxI5Njli) is a Telegram group for sharing an experience and solutions between group members.



## TON Connect
<br></br>
<ThemedImage
alt=""
Expand All @@ -19,7 +30,7 @@ TON Connect is a communication protocol between **wallets** and **apps** in TON.
/>
<br></br>

### Bird's eye view
TON Connect is a communication protocol between **wallets** and **apps** in TON.

**Apps** built on TON provide rich functionality and high performance and are designed to protect user funds via smart contracts. Because apps are built using decentralized technologies such as Blockchain, they are typically called decentralized applications (dApps).

Expand All @@ -42,31 +53,4 @@ Due to the fact that transactions in TON Blockchain are fast and the network fee
For example, users can subscribe to digital content (or anything else) and be charged a monthly fee of 1 TON.



<Button href="/develop/dapps/defi/subscriptions" colorType={'primary'} sizeType={'sm'}>Read more</Button>

### TON Payments

TON Payments is the platform for micropayment channels. It allows instant payments without the need to commit all transactions to the blockchain, pay the associated transaction fees (e.g., for the gas consumed), and wait five seconds until the block containing the transactions in question is confirmed.

Because the overall expense of such instant payments is so minimal, they can be used for micropayments in games, APIs, and off-chain apps. [See examples](https://docs.ton.org/develop/dapps/defi/ton-payments#examples).

<Button href="https://docs.ton.org/develop/dapps/defi/ton-payments" colorType={'primary'} sizeType={'sm'}>Discover TON Payments</Button>

## Telegram Payments 2.0

<div style={{width: '100%', textAlign:'center', margin: '15pt auto'}}>
<video style={{width: '100%', maxWidth: '300px', borderRadius: '10pt'}} muted={true} autoPlay={true} loop={true}>
<source src="/files/tg-payments.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>

You create a bot that offers goods and services to Telegram users. Merchant bots can send specially formatted invoice messages to users, groups or channels. If your bot supports inline mode, users can also send invoices to other chats via the bot, including to one-on-one chats with other users.

Invoice messages feature a photo and description of the product along with a prominent Pay button. Tapping this button opens a special payment interface in the Telegram app. In this interface, users can choose a tip amount (if allowed by the merchant) and enter additional details like shipping info, phone number, or email address.

The bot can offer several shipping options for physical goods based on the delivery address. When ready, users enter their credit card info or choose a saved card — and pay for the product. Telegram also supports Apple Pay and Google Pay. Once the transaction is done, the merchant bot can send a receipt message with payment details, shipping and delivery information.


<Button href="https://core.telegram.org/bots/payments" colorType={'primary'} sizeType={'sm'}>Discover Telegram Payments 2.0</Button>
<Button href="/develop/dapps/defi/subscriptions" colorType={'primary'} sizeType={'sm'}>Read more</Button>

0 comments on commit fef51ec

Please sign in to comment.