Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework and proofread Telegram Mini Apps & Guidelines #1011

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/v3/guidelines/dapps/tma/grants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import Button from '@site/src/components/button'

## Telegram Web3 Grants

To further boost innovation, [TON Foundation](https://ton.foundation/en) has rolled out the [Telegram Web3 Grants](http://t.me/toncoin/991) program. This initiative is designed to motivate more developers to either create new platforms or migrate existing ones to TON and Telegram.
To drive innovation, [TON Foundation](https://ton.foundation/en) has launched the [Telegram Web3 Grants](http://t.me/toncoin/991) program. This initiative encourages developers to create new platforms or migrate existing ones to TON and Telegram.

## How to participate?

Whether you're a well-established business, a new startup, or an individual developer, now is the perfect time to get involved. Submit your Telegram application via [this bot](https://t.me/app_moderation_bot) and consider participating in [the grant program](https://t.me/trendingapps/33). Let's pioneer the future together.
Whether you're a well-established business, a new startup, or an individual developer, now is the perfect time to get involved. Submit your Telegram application via [this bot](https://t.me/app_moderation_bot) and apply for [the grant program](https://t.me/trendingapps/33). Let's shape the future together.


<Button href="https://t.me/app_moderation_bot" colorType={'primary'} sizeType={'sm'}>
Expand Down
20 changes: 10 additions & 10 deletions docs/v3/guidelines/dapps/tma/guidelines/monetization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import ThemedImage from '@theme/ThemedImage';
<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.
Wallet Pay is the primary payment system for Telegram Mini Apps, supporting both crypto and fiat transactions. Monitor your order statistics and withdraw funds easily.
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.
- [Wallet Pay Business Support](https://t.me/WalletPay_supportbot) is a Telegram bot for contacting the Wallet Pay Support Team.
- [Demo Store Bot](https://t.me/PineAppleDemoWPStoreBot) is a Telegram bot for demonstrating Wallet Pay functionality. (Attention: all payments are processed using real assets)
- [Merchant Community](https://t.me/+6TReWBEyZxI5Njli) is a Telegram group for members to share experiences and solutions.



Expand All @@ -31,13 +31,13 @@ Useful links:
/>
<br></br>

TON Connect is a communication protocol between **wallets** and **apps** in TON.
TON Connect is a communication protocol that links **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).
**Apps** built on TON provide rich functionality and high performance and are designed to protect user funds via smart contracts. Because these apps use decentralized technologies like blockchain, they are commonly referred to as decentralized applications (dApps).

**Wallets** provide the UI to approving transactions and hold users’ cryptographic keys securely on their personal devices. This separation of concerns enables rapid innovation and high level of security for the users: wallets do not need to build walled-garden ecosystems themselves, while the apps do not need to take the risk holding end users accounts.
**Wallets** provide the interface to approving transactions ecurely store users’ cryptographic keys on their personal devices. This separation of responsibilities enables rapid innovation and ensures a high level of security for users. Wallets do not need to create closed ecosystems, while apps do not need to bear the risk of storing users' accounts.

TON Connect aims to offer a seamless user experience between wallets and apps.
TON Connect enhances the user experience by enabling seamless interaction between wallets and apps.


<Button href="/v3/guidelines/ton-connect/overview" colorType={'primary'} sizeType={'sm'}>
Expand All @@ -61,9 +61,9 @@ Understand DeFi

## Subscriptions on TON

Due to the fact that transactions in TON Blockchain are fast and the network fees are low, you can process recurring payments on-chain via smart contracts.
Because transactions on the TON blockchain are fast and network fees are low, you can process recurring payments on-chain via smart contracts.

For example, users can subscribe to digital content (or anything else) and be charged a monthly fee of 1 TON.
For example, users can subscribe to digital content (or other services) and pay a monthly fee of 1 TON.



Expand Down
Loading
Loading