FAQ

Questions, answered at their real length.

32 of them. Where the honest answer is “no”, it says no — a question list containing only questions with flattering answers is a brochure with punctuation.

32 questions answered
6 topics, so you can scan
0 answers that are a sales pitch

The short answers

What almost everyone asks first.

Do you really not ask for anything at all?

Correct, and it goes further than no ID: there is no email address and no password either. Your browser generates a token, that token is the account, and we store only its hash — so a request for “your records” has nothing to answer with. No company registration, no tax number, no proof of address, no third-party verification running in the background.

How is “less than half” actually calculated?

On 2026-07-29 we pulled the published per-country price lists of the no-KYC crypto SMS market and took, for each destination, the cheapest rate any of them quoted. Our published number for that destination is 49% of that figure — 51% below it. The cheapest competing quote sits next to ours on every line of the rate table, so the claim is checkable rather than asserted. Averaged out we are 55% under VoltSMS and SkySMS, and 68% under GENSMS.

Which sender IDs can I use?

Alphanumeric sender IDs are supported on every route that carries them, set per campaign, with no registration step on our side. Some destinations overwrite the sender with a shortcode at the carrier — the rate table marks which, so you know before you spend.

What happens to a message that cannot be delivered?

You get the carrier status back on the delivery receipt. Undeliverable numbers — dead, barred, wrong country prefix — are stripped before billing rather than charged and silently dropped.

Is there a minimum top-up or a monthly fee?

No setup fee and no subscription. There is a $40 minimum on a top-up, because that is the floor the payment network itself applies to opening a crypto invoice — not a plan we invented. Past that you are debited per segment at the published rate for the destination, and an idle month costs nothing.

How fast is credit available after I pay?

On network confirmation. USDT on TRC-20 and LTC are usually the quickest; BTC follows the mempool. Nothing is held for a manual compliance review, because there is no manual compliance review.

What will you not carry?

Phishing, credential harvesting, payment fraud, and any message impersonating a bank, a payment processor or a government service. Those wreck the routes everyone else is sending on, so they are refused on operational grounds as much as principle.

What happens if I lose my token?

The balance goes with it. We hold a hash, not the token, which is exactly what stops anyone — us included — from reading your account out of our database. The trade is that there is no reset link and no support route back in, so keep the token in a password manager the moment it is generated.

Can I test before committing volume?

Yes. The smallest top-up is $40, and at the rates on this page that is tens of thousands of messages — so send a handful to your own handsets across the destinations you care about, read the receipts, and scale from evidence.

4 questions

Account and access

What exactly is the token?

160 bits of randomness your browser generates locally. It is the username and the password at once. We receive it only long enough to hash it, compare, and forget it — the column in our database is a SHA-256 digest, so a copy of the database logs into nothing.

Can I use one account from several machines?

Yes. The token is the credential, so anywhere you paste it is signed in. There is no device limit and no session that invalidates another. Treat it exactly like a private key.

Can I have several accounts?

Yes, and there is nothing linking them. Each is a separate token with a separate balance. Some senders keep one per client for clean accounting.

Do you keep logs of what I send?

Message bodies and recipient lists live in your account because the dashboard has to show them to you, and they go when you delete the campaign. What we do not have is anything tying that account to a person — no email, no IP-based identity, no payment card behind it.

5 questions

Sending

How long does a large campaign take?

Traffic leaves at 200 SMS a minute per account, so 50,000 recipients take about 4 h 10 min. The composer quotes the figure before you commit and the campaign page counts down against it. Send time-critical traffic on its own so it is not queued behind a blast.

Can I schedule a campaign?

Not on a timer inside the dashboard. Hold the batch on your side and POST it when you want it to go — the API accepts it the moment it arrives, which makes your scheduler the only clock involved.

What happens to duplicate numbers in my list?

They are removed before anything is billed, along with numbers that do not resolve to a destination we price. You are not charged to discover that a list had the same person in it twice.

Can recipients reply?

Only where you have rented an inbound number: an alphanumeric sender ID is a label, not a number, so there is physically nowhere for a reply to arrive. Replies are available on 49 destinations for $1.50 per destination per 30 days.

How do opt-outs work?

Inbound STOP and its local equivalents are captured and suppressed across the whole account, not just the campaign that triggered them. A suppressed number is skipped and not billed on every later send.

6 questions

Money

Which coins can I pay with?

Bitcoin, Monero, Tether on TRON or Ethereum, TRX, Solana, Ether and Litecoin. USDT on TRC-20 usually has the lowest fees and the fastest confirmation; Monero is the one with no public transaction graph.

Why is there a $40 minimum?

It is the floor the payment network applies to opening a crypto invoice, not a plan we invented. Below it the invoice is simply refused upstream, so offering less would only produce a failed payment.

What if I send less than the invoice asks for?

The address stays open and the page shows what arrived and what is still owed. Send the remainder to the same address and the credit lands when the total is met. It is not a failure and it is not refunded.

What if I pay after the 30-minute window?

Open a new deposit for anything further, and contact support about the late payment with the transaction hash. An expired invoice stops being watched, so a late arrival needs a human to reconcile it rather than crediting silently.

Can I get a refund of unused credit?

No. Credit buys delivery capacity and is spent as it is used; there is no bank account on file to send anything back to. Start with $40 and scale from evidence rather than funding a year in advance.

Do you issue invoices?

The billing page shows every ledger movement — top-ups, sends, refunds — with timestamps, and it exports. What it cannot carry is a company name and a tax number, because we never asked for either.

4 questions

Delivery and quality

What are these routes, exactly?

A mix of direct carrier interconnects and tier-1 aggregation, chosen per destination. We publish one price per destination rather than a “gold/silver/bronze” ladder, because a quality tier you can pick is a quality tier you can be sold twice.

Why did my message arrive from a number instead of my sender ID?

The carrier rewrote it. Some networks replace any alphanumeric sender with a shortcode or long number of their own — North America most notably. The rate card marks which destinations carry a sender ID intact.

A campaign shows delivered but the recipient saw nothing. Why?

A delivery receipt is the carrier’s statement, and on a few networks it is issued when the message reaches their platform rather than the handset. It is the best signal that exists; it is not a promise about a screen.

Do you filter message content?

Only against the refusals in our acceptable use policy — phishing, credential harvesting, payment fraud, impersonating a bank or a government service. Those poison the routes every other sender depends on. Nothing else is inspected for taste.

4 questions

Developers

Is there a sandbox?

No, and deliberately: a sandbox tells you your JSON parses, which you already know, and nothing about whether a route carries your sender ID. Send a handful of real messages to your own handsets for a few cents instead.

Are there SDKs?

No. It is one POST with a bearer token and a JSON body — an SDK would be a wrapper around your HTTP client that we would then have to keep current in six languages. The reference has copyable examples.

How do I verify a webhook really came from you?

Every delivery carries an HMAC-SHA256 signature over the timestamp and body, using your webhook secret. Compare it in constant time and reject anything older than five minutes. The API reference has a worked example.

What is your uptime?

The status page carries current state and the incident history. We do not sell an SLA with credits attached, because credits on an account with no contract behind it would be theatre.

Not here?

Ask it directly. Answers come back from someone who can read the routes.

Create your account

One button. Your browser generates a 160-bit token, and that token is the account. There is nothing else to fill in and nobody to wait for.

EnglishEN · Change language

Language