-
Notifications
You must be signed in to change notification settings - Fork 148
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
OnChain Discount Voucher #415
Comments
Hello @alirezatabatabaeian, Could you please share your opinion on how your proposed smart contract is better than NFT SBT? After all, you can already create NFT SBTs and specify attributes in them, such as "Discount percentage: 10%". I may have misunderstood something in your concept. |
Hello dear @nessshon |
@aSpite @ProgramCrafter, hey folks! Could I ask you to describe your opinion about this contract 🙂 |
@delovoyhomie Hello! I see that this contract can have a bit of additional functionality compared to SBT:
So I think this contract is worth it. I'd suggest to pay $600 at its creation + guide to use, and then $500 evaluated by its usage in real projects. |
@delovoyhomie, hi. The advantages of this approach over a centralized solution are unclear to me. Let's take the same TonAPI as an example. To record these discounts, process them, change them, and so on, it is necessary to build a whole functionality on the backend side instead of simply adding and then updating 1 column in the SQL database. It will be much more reliable, faster and cheaper. The user will initially be required to transfer fewer funds, and no calculations will need to be carried out on the blockchain. Maybe I'm wrong, and there are cases of using such a system. In that case, I would be glad to hear about them. |
@aSpite There can be services fully paid onchain - for instance, sale contracts for TON domains, or subdomains of those. Discount vouchers can be fitting for that use case. Considering offchain payments, voucher SBTs improve transparency (though services might want not to disclose how many users have discounts). |
Why might discounts be needed when selling TON domains, and won't it complicate the sales scheme, on the contrary, by adding new transactions to the TX chain? At the same time, who will manage the discount percentage? Isn't a centralized service that can initially put this discount into sales contracts? |
Hi @delovoyhomie @ProgramCrafter @aSpite I think the benefits of on-chain vouchers are a bit misunderstood. So, I start by describing the benefits(the below explanations are extracted from web): 1- Identify the Ownership of Vouchers: For non-blockchained vouchers, ownership of the vouchers cannot be easily identified by the receivers. People other than the issuers may not have the same authority or means to establish the true ownership. As a result, non-blockchained vouchers may experience a declining level of trust. For blockchained vouchers, however, ownership can easily and unmistakably be established due to the nature of blockchain technology. 2- Avoid Fraud: For non-blockchained vouchers, fraud may be difficult for ordinary people but not impossible for IT experts or hackers. Furthermore, the security levels of non-blockchained vouchers can vary greatly, depending on the security technology used. For blockchained vouchers, however, fraud is much more difficult. Each blockchained vouchers is unique in its own right. 3- Lower System Failure Risk: System failure could be a vulnerability for digital vouchers. Systems can fail, and servers can fail, and hard disks can fail, and software can fail. In our experience, most failures or delays affecting digital vouchers have little to do with the vouchers platform itself and more to do with the systems employed by participating merchants. For any centralized system, systems failure implies a loss of all functionality. For decentralized systems using blockchain technology, failure of any single system means just replacement by some other system. No vouchers functionality will be affected by the failure of any single systems in blockchain technology. 4- More Transparent on Voucher Data: Blockchain technology, by nature, is transparent and open to all. In limiting the extent to which information can be hidden, the public’s trust is deepened and the credibility of such vouchers is enhanced. The transparency of blockchain is visible in cryptocurrencies too. With non-blockchained vouchers, issuers may find it easier to keep information hidden from the public or general recipients – with negative consequences for public trust and credibility. 5- More Secure with Decentralization: Blockchain technology is more secure because all data is comprised of multiple decentralized actions / transactions which are verified by consensus and stored in many different unrelated terminals throughout the world. Even with the highest security level, any centralized system has a fatal weak point. The weak point essentially revolves around the access rights to that centralized system. If anyone hacks into the system, or if any person with authorized access corrupts the system, even the strongest security measures may not be sufficient. The same vulnerability does not exist with decentralized networks. The decentralized nature is the reason why cryptocurrency is widely accepted among investors and traders. It offers robust security and strives to preserve privacy, which entices people to opt for cryptocurrency and benefit from crypto trading. 6- Even more Precise Marketing based on Big Data Analysis: All digital vouchers can capture some level of data for analysis by their issuers. But for blockchain vouchers, the scale of data capture differs by a matter of degree. As blockchain technology is designed for open platforms, this means that all data relating to all vouchers campaigns by all issuers forms the core of “big data” for global coupon marketing. With this big data, marketing becomes even more precise, encouraging all merchants around the world to join the platform so as to share the benefits. If there is any other question, don't hesitate to ask. |
Summary
The TON Discount Voucher Smart Contract proposal aims to revolutionize the payment landscape within the blockchain field by introducing an innovative solution for facilitating discounts through The Open Network (TON). This project proposes the development of a smart contract that serves as a digital voucher, enabling users to avail themselves of discounts while executing payments on the TON blockchain.
Context
Blockchain technology, with its decentralized and secure nature, has transformed the way transactions are conducted. The Open Network (TON), being one of the prominent blockchain platforms, offers a unique environment for creating decentralized applications (DApps) with its robust infrastructure and high-performance capabilities.
In the world of commerce, discounts and promotions play a crucial role in attracting and retaining customers. Traditional discount mechanisms often involve complex processes and intermediaries, leading to inefficiencies and increased costs. The proposed TON Discount Voucher Smart Contract addresses these issues by leveraging the capabilities of smart contracts on the TON blockchain.
Technical Detail
discount_percent
, representing the percentage of the discount associated with the voucher. This parameter will be a dynamic value, allowing flexibility in configuring different discount percentages.discount_percent
. This ensures that users can accumulate multiple discounts over time.How it works
Expected Impact:
Definition of Done
References
I couldn't find any similar contract. I believe that it might be an innovative idea.
Estimate suggested reward
1000 USD in TON
The text was updated successfully, but these errors were encountered: