|
Technologies Involved:
solidity
nodejs
Area Of Work: Smart Contract
Project Description

Athlerse, a health tracking platform, plans to integrate Zero dev for minting rewards from the operator wallet. They're introducing the AGYM token, allowing users to only burn it, no transfers or minting, with a smart contract developed and deployed on the Arbitrum testnet. They'll create a backend helper function to call the mint function using Zero dev. Additionally, they'll set up a listener module to update the database for lottery tickets based on burn events from the AGYM token smart contract.

Scope Of Work

The client needed an automated system for minting rewards, enforcing token burn rules, and tracking burn events for lottery-based incentives. Oodles designed and implemented a backend function for minting AGYM tokens using Zero Dev’s account abstraction. Additionally, we developed a listener module to monitor burn events and update the database accordingly to manage lottery ticket distribution.

Our Solution

Our solution encompassed the following services and technologies:

  • Developed and deployed the AGYM token smart contract on the Arbitrum testnet, ensuring secure token burn mechanisms.
  • Integrated Zero Dev’s account abstraction to enable gasless transactions for a seamless user experience.
  • Created a backend helper function to automate AGYM token minting from the operator wallet.
  • Built a listener module to detect burn events and update the database for lottery ticket distribution.
  • Implemented a paymaster system through Zero Dev to cover all transaction gas fees, eliminating the need for user-signed transactions.
  • Designed a scalable architecture to support the platform’s future growth and additional reward mechanisms.

Related Projects