How Click works
Overview
Click pays you tokenized stock for photographing real products. Point the camera at something made by a listed company, we identify it, check the photo is live, and send a dollar of that company's stock to your Click balance. Put your own face in the frame and pass a second check and the reward is multiplied.
Everything runs in the browser. No app store, no gallery uploads, no wallet extension. Your balance is the wallet you connect, or one created for you when you sign in with email.
The flow
- Open /click and allow the camera. The viewfinder is live video, never a file picker.
- Frame the product. Toggle Face if you want the multiplier, which flips to the front camera.
- Tap the shutter. The frame is read off the video stream and posted to the API.
- A vision model names the product and the company, and judges whether the shot is a live capture of a physical object.
- The reward rule for that company is applied. Approved rewards are written to your balance and settled from the treasury.
Brands
Every company that pays out today, each backed by its stock token on Robinhood Chain. Adding one is a registry row, not a release.
- AppleAirPods, iPhone, MacBook, Apple Watchpaid in AAPL
- TeslaAny Tesla car, Powerwall, Superchargerpaid in TSLA
- StarbucksAny Starbucks cup, bag or storefront. Paid in SPY.paid in SPY
- McDonald'sAny McDonald's cup, box or restaurant. Paid in SPY.paid in SPY
- MetaRay-Ban Meta glasses, Quest headsetspaid in META
Rewards
A verified product photo pays $1 of the company's tokenized stock at the live price when it is approved. With your face verified in the same frame it pays $50 instead. Each company can carry its own amounts and limits.
Limit: 1 reward per product per account per day. Different products from the same company each count.
Verification
Confidence has to be at least 85% that the product maps to a listed company, or the click earns nothing rather than the wrong stock. Photos of screens, prints, renders and edited images are rejected. The face multiplier needs a clearly visible face in the same frame as the product.
API
One endpoint. Multipart body, JSON response.
POST /api/click
Content-Type: multipart/form-data
image JPEG captured live in the browser
wantsFace "1" to request the face multiplier
200 {
"ok": true,
"decision": "approved" | "rejected",
"company": "Apple",
"ticker": "AAPL",
"product": "AirPods",
"confidence": 0.97,
"face": false,
"multiplier": 1,
"rewardUsd": 1,
"reason": "..."
}
503 { "ok": false, "decision": "error", "reason": "Recognition is not configured" }Changelog
- The face bonus is live: $50 with you in the shot
- Tesla joins Click. Any car on the street counts.
- Why Click is camera only
- How a dollar of stock reaches your balance
FAQ
What do I actually receive?
Tokenized stock: an on-chain token that tracks one share of the company. A reward is one dollar's worth at the price when it is approved. It sits in your Click balance and you can hold it or sell it.
Can I upload a photo from my gallery?
No. Click only accepts a live capture from the device camera inside the app. That is what keeps rewards tied to the real world.
Which products count?
Anything we can confidently map to a company in the registry. Today that is Apple, Tesla, Starbucks, McDonald's and Meta. Starbucks and McDonald's are not tokenized yet, so those clicks pay in SPY, the S&P 500 token, which holds both. New brands are added without an app update.
How does the face multiplier work?
Take the shot with yourself and the product in frame. After a second verification the reward is $50 instead of $1. The amounts for each brand can change over time.
How often can I click the same thing?
One reward per product per day, per account. Different products from the same company each count.
What if the photo is rejected?
You will see why: not a live capture, no confident match, or a daily limit. Nothing is deducted. Try a clearer shot of the real thing.
