TON Development Company: How to Hire in 2026
A practical buyer's guide to hiring a TON development company or freelancer: what services exist, how to vet audits and portfolios, typical scope, red flags…
- Author
- TON Adoption Team · research desk
- Published
Contents14sections
- What services actually exist
- Smart contracts
- Telegram mini-apps
- Bots and payments
- Turnkey jetton launches
- Typical scope and timelines
- How to vet a contractor
- A portfolio you can actually open
- Audits
- A technical conversation
- In-house, agency, or freelancer
- Red flags
- RFP checklist: what to send a contractor
- Bottom line
You have decided to launch something on TON: a Telegram mini-app, a jetton with its own economy, a bot that accepts payments, or some DeFi mechanic. You do not have an in-house team, and the question is simple: who do you hand the job to, and how do you avoid a bad choice. This piece is about hiring, not about code. If you need a technical build guide, start with the FunC vs Tact breakdown. Here we cover how to evaluate and hire a TON development company in 2026.
What services actually exist
TON is not one type of work but several distinct competencies. Before you start looking for a vendor, understand what you actually need. A contractor who writes great bots will not necessarily write safe smart contracts, and vice versa.
Smart contracts
This covers jettons (tokens following the TEP-74 standard), NFT collections, escrow, vesting, staking logic, and DeFi primitives. They are written in FunC, Tact, or Tolk. This is the highest-stakes part: a bug in a contract is irreversible after deployment and can cost users money. Here experience and an audit matter far more than speed.
Telegram mini-apps
A web app inside Telegram, usually wired to a wallet through TON Connect. This needs frontend (React/Vue plus the Telegram WebApp SDK), blockchain integration, and often a backend. If you are unsure what these are and how they work, see our overview of mini-apps.
Bots and payments
Telegram bots that accept TON or USDT, P2P logic, notifications. This is the most mature and predictable part of the market, and we have a dedicated guide to accepting TON in a business bot.
Turnkey jetton launches
A separate category: token plus liquidity plus a basic site plus a bot. This area has an unusually high number of weak vendors, because demand is high and the barrier to entry looks low.
Typical scope and timelines
To speak the same language as a contractor, keep rough reference points in mind. These are not prices, just orders of magnitude. Real timelines depend on a dozen factors.
| Type of work | Complexity tier | What is critical |
|---|---|---|
| Bot that accepts payments | Low | Webhook reliability, idempotency |
| TEP-74 jetton | Low to medium | Metadata correctness, admin rights |
| Mini-app with a wallet | Medium | UX, TON Connect, backend accounting |
| Custom smart contract | High | Security, audit, tests |
| DeFi protocol | Very high | Audit, formal verification, monitoring |
The sane principle: the more money flows through your code, the more time should go into tests and an audit, not into features.
How to vet a contractor
The most common mistake is trusting the deck. The TON market has plenty of studios that produce beautiful sites but have not deployed a single contract. Verify on substance.
A portfolio you can actually open
Ask for links, not screenshots: contract addresses on Tonviewer or Tonscan that you can open and see transactions in; live mini-apps that launch right now; a GitHub with real commit history, not a single “initial commit” from yesterday. If a contractor cannot show one real on-chain address, that is a warning sign for smart-contract work.
Audits
If you are talking about a contract that holds funds, ask: have you done projects with an external audit? Which firm audited it? Can I see the report? An honest “we have not had audits, but for your project we recommend this auditor” is better than a vague “everything we do is secure.” Never accept “security” as a claim without evidence.
A technical conversation
Even if you are not a programmer, ask the contractor to explain in plain terms: what is irreversible after deployment, how they test contracts, and what happens if the contract needs to be upgraded. Clear answers about upgradeability, testnet, and error handling separate a professional from someone who generated a jetton from a template once.
In-house, agency, or freelancer
Three models, each with its own sweet spot.
Freelancer. Cheap and fast on isolated jobs: one bot, one jetton, a simple mini-app. The risk is the person vanishing mid-project and the lack of support. You mitigate it with a tight spec, milestone-based payment, and pushing code into your repository from day one.
Studio or agency. Process, staff backup, post-delivery support. More expensive, sometimes slower to start because of management overhead. Worth it for projects where continuity matters and the code will live and evolve.
In-house team. Justified when TON development is the core of your business, not a one-time launch. Expensive to maintain, but it gives full control and builds expertise internally.
A practical hybrid: hire a studio for the first launch on condition of full code and documentation handover, then decide whether to hire your own developer for maintenance or extend the contract.
Red flags
A few signals that should make you cautious:
- A guaranteed return or token “moon.” Anyone who promises your jetton’s price will rise is either incompetent or a scammer.
- Not a single contract in the explorer. For smart-contract work this is disqualifying.
- Refusal to hand over source. Code you pay for should be yours. Vendor lock-in through a closed repository is a trap.
- “You do not need an audit” by default. For a money-handling contract this is irresponsible.
- A flat turnkey price with no scope. A fixed price without a scope breakdown usually hides either overpayment or a trimmed-down deliverable.
- Messenger only, no contracts. With no legal record of milestones and code ownership you are defenseless.
RFP checklist: what to send a contractor
To get comparable proposals from different vendors, send everyone the same request (an RFP). The minimum set:
- Product goal — what the user does and why, in one paragraph.
- Type of work — contract / mini-app / bot / combination.
- What the code holds — does it custody funds, what amounts are expected.
- Audit requirements — is an external audit needed, is there a budget for it.
- Integrations — TON Connect, a specific wallet, a payment provider, a backend.
- Code handover — the repository is yours, documentation is mandatory.
- Milestones and acceptance — how you split the work and the criterion for accepting each stage.
- Support — what is included after delivery and for how long.
- Timeline — your target date and how flexible it is.
A good proposal in return should include a milestone breakdown, explicit assumptions, a mention of tests, and (for money-handling contracts) an audit recommendation. If all you get back is a number and “we will do it in a week,” that is a cue to ask more questions, not to sign.
Bottom line
Choosing a TON contractor is not a hunt for the lowest price; it is risk management. The more money that flows through the code, the more experience, audits, and a legal record matter. Verify portfolios by on-chain addresses, not by slides; insist on source handover from day one; never accept “security” without evidence. A well-built RFP and healthy skepticism toward return promises will filter out most weak vendors before the first payment.
Frequently asked
How much does it cost to build on TON?
Do I need a smart-contract audit on a small budget?
In-house, agency, or freelancer, which one?
How do I check that a contractor has real TON experience?
Related
- BasicsDec 23, 2025
TON for developers: FunC, Tact and Tolk in 2026
The smart contract languages used on TON in 2026 — FunC, Tact, Tolk. Which to pick as a beginner, how they differ, what tooling you need and where to learn.
- BasicsJun 6, 2026
Tact vs FunC vs Tolk: which language for TON contracts
Head-to-head of three TON languages in 2026: Tact, FunC, Tolk. Syntax, gas, ecosystem, hello-world jetton in each, plus a decision matrix — when to pick what.
- BasicsMay 21, 2026
ACTON: First Smart Contract on TON
Install Acton, write your first Tolk counter contract, run tests, mutation testing, fuzzing, deploy to testnet — step-by-step hands-on for TON developers.
- BasicsMay 21, 2026
How to Accept TON Payments in a Telegram Bot
Five working ways to accept TON in a Telegram bot: Crypto Pay, Wallet Pay, xRocket Pay, custom TON Connect, Stars. Fees, integration time, when to use which.
- Gaming & mini-appsFeb 24, 2026
Telegram Mini Apps: how they work on TON (2026)
A deep dive into Telegram Mini Apps in 2026 — architecture, the TON connection, audience numbers, monetisation through Stars and TON Connect.