Hello Algorand Community,
I am having a problem trying to create an easy user onboarding infrastructure for an ASA project on Algorand.
PROBLEM: Trying to design and build an Algorand-based service for users without them being needed to have ALGOs to use dapps/products/services.
Somehow, for every interaction with an Algorand-based dapp, ALGOs are needed. While I understand that ALGO fees technically help prevent DDOS and commercially help with revenues for the Foundation, it is still hard to create a solution where users who are not crypto-native(nor tech-savvy) or users in countries where buying of crypto is legally troubling or unfeasible(due to per capita income, local fiat liquidity availability or simply consumer purchasing power) can still access services built on the network.
Technically, in a dapp on the network, if Alice wants to send 100 ASAs to Bob that she has earned or received from Claire, Alice needs to foot 0.001 ALGOs for general network fees.
My solution for this has been to create a logicsig that runs in the background of Alice’s 100 ASAs transaction to Bob whereby the logicsig receives the 100 ASAs and sends the 100 ASAs to Bob directly. Since the logicsig is rekeyed to my ALGO address, it covers the fees. However, there is a catch here, Alice still has to send the 100 ASAs to the logicsig’s address, which means she will still need to pay the 0.001 ALGOs. So this solution falls flat.
Humbly requesting for help from the Algorand dev community on a possible hack(solution) to make such a process successful, or maybe I missed sth and would be deeply grateful for a heads-up. Hopefully, the Algorand core devs would architect the chain’s technicals and economics to make it easier for an ASA project with the scenario I shared to easily do onboardings as it would make adoption for Algorand-based niche consumer projects easier and faster. Thank you