How can I pay my game players with Cryptos using Coinbase!!

bakinto

Newbie
Joined
Jan 30, 2014
Messages
47
Reaction score
17
I have a game made with unity similar to minecraft, and I want to pay players with cryptos (solana/doge/shiba inu... ect)after completing some tasks, through coinbase, but I dont know how to integrate this option in my game, any help please??
 
You won't be able to automatically do this with Coinbase. You are talking about something quite advanced. You can manually do it just click send and type their address. This is something that you would need to pay many thousands of dollars to handle automatically as it would require validation of the tasks and a smart contract that interacts with an address on the blockchain. Estimate $3,000 - $15,000+ to set up.
 
First of all, I would recommend building in some kinda verification system, otherwise, they will abuse your game and there is nothing worse than some guys clickbombing your ads (which will get you banned) just to earn a bit of crypto

So, what I would do is build a backend (tracking the count of the in-game currencies, how old is the account, where they come from, IP, etc), do some KYC (know your customer) and then let them request a payout (make sure to build in a threshold, otherwise they will try to request very small amounts), which you can send manually then.
 
You won't be able to automatically do this with Coinbase. You are talking about something quite advanced. You can manually do it just click send and type their address. This is something that you would need to pay many thousands of dollars to handle automatically as it would require validation of the tasks and a smart contract that interacts with an address on the blockchain. Estimate $3,000 - $15,000+ to set up.

thank you so much, I saw some apps that use coinbase account email to send you Cryptos, and I thought they're using coinbase sort of API , thank you so much man!!

First of all, I would recommend building in some kinda verification system, otherwise, they will abuse your game and there is nothing worse than some guys clickbombing your ads (which will get you banned) just to earn a bit of crypto

So, what I would do is build a backend (tracking the count of the in-game currencies, how old is the account, where they come from, IP, etc), do some KYC (know your customer) and then let them request a payout (make sure to build in a threshold, otherwise they will try to request very small amounts), which you can send manually then.

I want to use firebase authentication, would it work?
thank you so much for your replay, i really appreciate your help
 
I would say check some freelancers on Upwork that specializes in crypto development stuff. Butt yeah as OP said it's not gonna be cheap as this development skill is in scarcity.
 
How much is your budget for setting this up ?

I working on it using this library here https://github.com/bchavez/Coinbase

and this guy gave a nice exemple if someone interessed
 
If you don't have a large audience, you can do it manually. or hire someone to do it for you weekly.
 
Back
Top