Ecosystem Wallet

Internal Wallet Architecture and eGHT Integration

The Gifthorse Internal Wallet is the primary payment mechanism within the ecosystem, operating exclusively with eGHT (Ecosystem Gifthorse Token). The eGHT maintains a fixed 1:1 exchange rate with GHT (Gifthorse Token) except withdraw when commission applies (5%).

What is eGHT?

eGHT is a quasi-token which is used for all operations in ecosystem, such as lootbox or P2E purchases or App donations. It cannot be transferred to other users unless it's donation to other user via App functionality or eGHT is withdrawn back into $GHT and sent to other blockchain address, becoming similar to “in-game” currency. It will be directly linked to amount of funds available on custodial blockhain wallet. However, is it reverse convertible back into $GHT through provided ecosystem wallet control UI.

Wallet Creation and Structure

Upon the creation of a user record in Telegram (e.g., during the launch of Tycoon or GiftHorseHUB), the backend automatically provisions two wallet instances:

  1. Custodial Wallet – a dedicated custodial crypto wallet on-chain, which is not directly accessible neither by users or organization except for code used to track inflow and outflow.

  2. Personal Ecosystem Wallet – an internal ledger wallet for in-ecosystem operations.

The blockchain wallet acts as the entry/exit point for all $GHT transactions, while the ecosystem wallet serves as the operational account for in-platform activities.

Transaction Flow

  • Deposit: When a user deposits $GHT into their blockchain wallet (e.g., 100 $GHT), the transaction is detected by the global virtual wallet service, and the equivalent amount of eGHT is credited to the ecosystem wallet.

  • Spending in Ecosystem: Spending triggers a debit in the ecosystem wallet and sends an equivalent $GHT transfer request to the blockchain wallet, which forwards funds to the corporate master wallet.

  • Withdrawal: A withdrawal request in the ecosystem wallet prompts the blockchain wallet to transfer the specified GHT amount to the user’s designated blockchain address.

Cross-Platform Linking

The wallet operates immediately in Telegram upon user registration. However, linking with the mobile application requires a secure handshake:

  • Telegram-first Flow:

  1. User initiates “Link App Profile” in Telegram.

  2. User confirms in the mobile app, which passes profile data back to Telegram’s wallet service.

  3. The wallet status syncs, binding Telegram and app profiles to the same wallet.

  • App-first Flow:

  1. User initiates “Link Ecosystem Wallet” in the app.

  2. App directs the user to Telegram, triggering a launch of Telegram mini-app with an embedded linking request.

  3. Returning to the app refreshes the session, completing the wallet linkage.

Wallet Actions

Linked wallets provide two core actions:

  • Deposit: Opens the native wallet selection modal to provide a funding address ($GHT -> eGHT conversion on credit).

  • Withdraw: Opens a modal for entering a withdrawal address (eGHT -> $GHT conversion on debit).

Real-Time Balance Synchronization

All wallet operations (deposit, withdrawal, spending) propagate updates to every active user session in real time. Since the ecosystem wallet balance is decoupled from the blockchain wallet’s direct balance, custodial wallet settlement delays do not interrupt the operational flow of the ecosystem wallet.

Why We Use It?

The Gifthorse Internal Wallet was designed to address the key limitations of traditional blockchain interactions while maintaining the transparency and security of token-based transactions. By introducing eGHT as the in-ecosystem currency, we eliminate the need for users to pay on-chain transaction fees for every micro‑payment especially considering relatively low in-app prices. Internal transfers within the ecosystem incur significantly lower commissions compared to direct blockchain operations, enabling seamless participation for both casual and high‑volume users.

Our wallet interface is built for maximum accessibility - intuitive enough for first‑time Web3 participants, yet offering the flexibility and control expected by experienced crypto users. This approach reduces onboarding friction and ensures consistent usability across devices and platforms.

Lastly, by operating through our hybrid custodial–ledger architecture, the wallet achieves the lowest possible transaction delay, enabling near‑instant balance updates and confirmations, while complying with regulations and security.

Last updated