Phalanx Foundation builds open-source smart-contract infrastructure for the TON blockchain. Our focus is on production-grade primitives that follow established standards (TEP-74, TEP-89), pair clean technical design with full on-chain transparency, and ship with comprehensive test coverage.
We believe sound public infrastructure is built in the open. Every line of our code, every contract address, every treasury policy is public and verifiable — no NDAs, no closed audits, no insider deals.
Our flagship: a TEP-74 standard utility jetton on TON with on-chain linear vesting for the team allocation.
| Property | Value |
|---|---|
| Token | Phalanx |
| Symbol | PLX |
| Decimals | 9 |
| Total Supply | 1,000,000,000 PLX (fixed after admin renounce) |
| Standard | TEP-74 jetton · TEP-89 metadata |
| Vesting | 6-month linear · 100M PLX · enforced by smart contract |
| Test coverage | 60+ unit tests, all passing |
| Status | ✅ Live on TON testnet · mainnet pending |
Repository → phalanx-foundation/plx-token
| Where to look | What's there |
|---|---|
contracts/ |
Tolk source for JettonMinter, JettonWallet, TeamVesting |
tests/ |
60+ unit tests across admin, gas, protocol, vesting, wallet behavior |
docs/TOKENOMICS.md |
Distribution, vesting schedule, treasury policy |
docs/TRANSPARENCY.md |
Public wallet registry & movement policy |
docs/ARCHITECTURE.md |
Contract design & message flows |
docs/TESTNET-DEPLOYMENT-RECORD.md |
Live testnet evidence with explorer links |
docs/MAINNET-CHECKLIST.md |
Production deploy gates |
CONTRIBUTING.md |
Setup, PR checklist, style |
SECURITY.md |
Responsible-disclosure policy |
- Open source by default. Every contract we deploy is reproducible from public source. Anyone can compile and verify the cell hashes against on-chain bytecode.
- No private sale · no presale · no insider mints. Initial distribution is documented in the public wallet registry. There is no undocumented allocation.
- Smart-contract enforced commitments. The team allocation is locked by the vesting contract, not by promises. The beneficiary cannot withdraw more than the linearly-vested amount, no exceptions.
- Transparent operations. Treasury moves, marketing spend, and admin operations are pre-announced and visible on-chain.
- Renounce admin once stable. The mint admin will be permanently set to
addr_noneafter a 7-day post-launch stabilization window — making the total supply mathematically fixed forever.
For any claim about Phalanx — supply, distribution, vesting timer, admin authority — you can verify on-chain without trusting us:
git clone https://github.com/phalanx-foundation/plx-token.git
cd plx-token
acton build && acton test # 60+ tests should pass
acton script scripts/info.tolk --net testnet # live minter infoLive testnet contracts:
| Contract | Address | Explorer |
|---|---|---|
| Jetton Minter | kQAslxaUshiiqy5FrTbYHbBpjBgmcyTHB8vKKCemFKp508xV |
Tonviewer |
| Team Vesting | kQDNPoiPbKXwjt4i9SqtBmvbUlMgWz1jCR7M5Uwjj5fI8t1l |
Tonviewer |
- Issues / discussion: open an issue
- Security disclosure: see SECURITY.md
- Contributing: see CONTRIBUTING.md
Phalanx Foundation · 2026 · MIT License · Built with Acton on TON
