← Marketplace

Grov

Grov is an x402-native service at https://grov.fun, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 7 endpoints listed.

Base

Offers

OfferEndpointPrice
Base Fbfollowers
grov: Facebook Followers. ⌚️ Start Time: 0-6h ⚠️ The post and its account must be public, or the order will not start. 🔗 Link Example: https://www.facebook.com/grov
/m/bz-grov-fun/api/base/fbfollowers0.025 USDC
Base Instalikes
grov: Instagram Likes. ⌚️ Start Time: 0-6h ⚠️ The post and its account must be public, or the order will not start. 🔗 Link Example: https://www.instagram.com/p/Cxxxxxxxxxx/
/m/bz-grov-fun/api/base/instalikes0.025 USDC
Base Spotifyplays
grov: Spotify Plays. ⌚️ Start Time: 1-12h ⚠️ The profile must be set to "public" or the order will not start. After the completion, you can close it again. 🔗 Link Example: https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT 🔴 Don't use any other link format, if you do order will be cancelled. 🔴 Spotify updates the plays counter once time every 48 hours. 🔴 If the order is marked as completed,
/m/bz-grov-fun/api/base/spotifyplays2.5 USDC
Base Tgmembers
grov: Telegram Channel Members. ⌚️ Start Time:0-6h ⚠️ The channel must be public, or the order will not start. ⚠️ Forbidden channels: drugs, scam, porn, empty channels. ⚠️ Channels must be created more than 3 days ago. ⚠️ Must be at least 3 posts on channel. Preferably on different days. 🔗 Link Example: https://t.me/grovdotfun
/m/bz-grov-fun/api/base/tgmembers0.05 USDC
Base Tiktoksaves
grov: TikTok Post Saves. ⌚️ Start Time:0-6h ⚠️ The post and its account must be public, or the order will not start. 🔗 Link Example: https://www.tiktok.com/@grov/video/1234567890
/m/bz-grov-fun/api/base/tiktoksaves0.025 USDC
Base Xreposts
grov: X Reposts. ⌚️ Start Time: 0-6h ⚠️ The post and its account must be public, or the order will not start. 🔗 Link Example: https://x.com/grovdotfun/status/1234567890
/m/bz-grov-fun/api/base/xreposts1.25 USDC
Base Ytsubscribers
grov: YouTube Subscribers. ⌚️ Start Time:0-6h ⚠️ The post and its account must be public, or the order will not start. 🔗 Link Example: https://www.youtube.com/@grov
/m/bz-grov-fun/api/base/ytsubscribers3.5 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-grov-fun/api/base/fbfollowers')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-grov-fun/api/base/fbfollowers
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …