Every step - from publisher registration to Google indexing your backlink - explained in detail. Read code, verify claims, run curl yourself.
Publisher registers, adds a domain. We auto-run WHOIS, SSL check, sitemap parse, PageSpeed API call, IP class-C detection, DNS TXT verification. Assigns tier via 8-signal formula.
Publisher gets a per-site token. Installs single <script src="umox.net/l/TOKEN.js"> tag before </body>. Every 24h we curl their site and verify loader still there - if removed, site drops from catalog automatically.
Advertiser filters catalog (niche, language, tier, price). Clicks Preview on any URL - we fetch the publisher's actual page, extract title/H1/meta description, send context to DeepSeek AI, return unique 30-60 word snippet with target link.
Advertiser confirms. Antifraud runs: PBN check (max 2 links per publisher-target pair, max 3 per subnet), RKN check (if publisher is RU-audience, blocks Roskomnadzor-listed targets). If all pass - USDT deducted from balance to hold, placement created in pending_publisher_accept state.
Publisher gets email + Telegram alert. Opens /pub/placements/{id}, sees full AI preview + target URL + earn amount. Clicks Accept - placement moves to active, PayoutPending record created with N-day hold. If publisher rejects, advertiser refunded in full.
When any browser loads the publisher's page, our loader JS fires. It fetches active placements via /l/api/get, gets AI HTML back with real <a href="target"> inline. Injects into the right slot (article body, sidebar, footer - based on placement type). Impressions counted server-side.
After placement's hold period (default 30 days), payouts:release cron moves USDT from hold to publisher's balance_usdt. Publisher requests withdrawal - admin approves (auto after 5 prior payouts). Real USDT-TRC20 sent to publisher's Tron wallet.
This is the exact flow every time a user's browser hits a publisher page with your placement.
Our loader fires
with page url, title, context
cache lookup OR DeepSeek call
injected into slot
12+ scheduled cron jobs keep the platform honest. All logged, all monitored, all documented.
links:monitor
30 min
Curl every active placement page, verify loader token present, mark link_alive
payouts:release
hourly
Move ready PayoutPending → publisher balance
placements:expire
hourly
Mark past-active_until as expired, free URL back to catalog
audit:integrity
daily 05:00
Full DB integrity check + Telegram+email alerts
loader:reverify
daily 05:30
Re-check all publisher sites for loader presence
deepseek:health
daily 06:15
Ping DeepSeek with test, alert on model retirement
indexation:check
daily 06:00
Google index status for placements older than 3 days
indexation:enforce
daily 07:00
50% auto-refund if not indexed in 14d
traffic:sync
daily 03:00
Pull GSC + Yandex metrics
snippets:rotate
daily 04:15
Expire snippets older than 14d for fresh AI text
notifications:daily
daily 10:00
Send 7d-before-expire warnings, loader nudges
screenshots:prune
daily 04:30
Delete link_checks screenshots older than 90d