Startup Idea : Peer-to-peer currencies exchange app
Ok, I need to exchange some foreign currencies urgently over the weekend at a local shopping mall and the line is long. Yeah, like really long such as:
I was thinking, is there a way to short-circuit this hassle and unfavorable spread by the money changer at the end of the queue?
How I wish somehow there's a smartphone application that allows me to:
- find interested peer nearby me that wants to exchange currencies.
- to be safe and preferably no need to meet up with peer to exchange currencies. Never know if the person can be robber or exchange fake/tainted notes.
- the spread is more appetizing than those offered by the brick-and-mortar money changer.
- the peers utilizing this application have been vetted and proven to have the amount of money available for exchange purpose.
- once agreed, the peers can proceed to transfer the money to their respective bank accounts.
The application maker probably can monetize by charging a small transaction fee for each transfer that took place on their application.
Go and work on this app if you like the idea. Enjoy!
Preview image credit: Matam Jaswanth
See also : Startup idea : Use 3D game technology to diagnose optical deficiencies
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+14.9k Golang : invalid character ',' looking for beginning of value
+7.7k How to show different content from website server when AdBlock is detected?
+12.6k Golang : Handle or parse date string with Z suffix(RFC3339) example
+9.7k Golang : Edge detection with Sobel method
+11.9k Golang : How to display image file or expose CSS, JS files from localhost?
+4.2k Javascript : Detect when console is activated and do something about it
+17.5k Golang : How to remove certain lines from a file
+9.3k Golang : Sort and reverse sort a slice of floats
+17.9k Golang : Get path name to current directory or folder
+13.1k Golang : Strings comparison
+46.9k Golang : Convert int to byte array([]byte)
+9.7k Golang : Check a web page existence with HEAD request example