Skip to content
00 / IndexDirector of Blockchain - Telcoin

Grant Kee

Status
Testnet live, validated by mobile network operators. Mainnet targeted Q4 2026.As of September 2026
Mandate
Technology strategy and execution for the Telcoin Platform: development, deployment, security, and ongoing operation.
Stack owned
Blockchain infrastructure, on-chain contracts, off-chain reward systems, and the integrations mobile applications and developers build against.
Reports to
Council members of the nonprofit Telcoin Association, and a global community meeting held every two weeks. Holds a council seat representing validators and sits on the Treasury Council.

A settlement layer secured by mobile network operators, a token migrated onto it, and the engineering organization that ships both.

At a glance

Q4 2026
Targeted mainnet launch for Telcoin Network. The testnet has been live through coordinated fork upgrades, a faucet, and bridge integration, and is producing blocks today.
GSMA
Membership of the GSMA gates the validator set by protocol design, with no other route in. Mobile network operators are validating the live testnet now.
1 → 8
Engineering organization, from one person to eight. Senior engineers across Solidity, Rust and async Rust, Solana, protocol, backend, and front end, with contractors on defined scopes.
100B
Fixed TEL supply cap, preserved exactly through the upgrade from a two-decimal token to an eighteen-decimal one. Telcoin Network holds canonical supply, so no other network can mint without an equivalent amount locked on the Layer 1. The cap is checkable at the contract.
3 → 1
TEL reached Ethereum in 2017 and travelled to Polygon PoS and Base over native bridges, leaving three separate representations. The standardized token holds one address on all three.
Zero
Production contracts deployed from a single key. Every one ships through a multisig safe under distributed hardware custody, and is owned by that safe from its first transaction.
TELIP-Y3
The operating budget for mainnet launch, written up in public, debated in public, and approved by token-holder governance before a line of it was spent.

Selected work

Migrated a live ERC-20 to be the native token of its own Layer 1

TEL upgrade & migration

Architected and executed the TEL upgrade across Ethereum, Polygon PoS, and Base, landing the new contract at one address on every network.

A non-standard ERC-20 with two-decimal precision, deployed on Ethereum in 2017 and carried to Polygon PoS and Base over native bridges, became a single eighteen-decimal token holding total supply parity at 100 billion. CREATE3 with a mined salt put it at the same address on every chain. Migration runs in two phases, a time-bounded minting window and then a one-way reserve vault for the long tail, so a holder who arrives late still converts at parity. Authored the improvement proposal that carried the upgrade through decentralized governance, and answered questions on the record throughout its review.

  • CREATE3
  • Two-phase migration
  • TelIP · TGIP
  • LayerZero OFT

Building a blockchain secured by mobile carriers

Telcoin Network

Leads architecture and development of an EVM Layer 1 whose validator set is drawn from GSMA mobile network operators and from nowhere else.

Byzantine fault tolerant consensus paired with EVM execution, with the consensus layer kept agnostic to the execution environment so more than one can run against it and scale horizontally. Parallel fee lanes give the network a quality-of-service dimension rather than one undifferentiated gas market, and custom precompiles expose protocol operations to contracts directly. Directs protocol engineering across consensus, execution, networking, data availability, and validator infrastructure, alongside a block explorer built as an execution extension that reindexes chain data as blocks land. Development happens in the open, in the protocol repository.

  • BFT consensus
  • EVM execution
  • Rust
  • Precompiles

Removed reliance on single hardware keys for contract deployment

Deployment architecture

Designed a multisignature deployment model around a specific failure: a developer leaves, and the organization has to export an EOA private key to keep control of its own contracts.

Led engineers to a standardized workflow on Safe multisig wallets and CREATE3, published as shared deployment utilities. Contracts land at deterministic addresses across EVM networks and are owned by the safe from their first transaction, so ownership never has to be moved off an individual deployer afterward. Transactions are simulated and verified with Safe Utils before any signature is collected, and the tooling the team wrote for that requirement went back upstream to the project. Signature thresholds and signer distribution are designed so that no individual key holder can act alone.

  • Safe multisig
  • CREATE3
  • Hardware custody
  • Deterministic deploys

Security-first software development lifecycle

Security program

Owns vulnerability discovery across competitive research, third-party audits, internal review, and continuous monitoring.

Ran a four-week open competition on Cantina with a $110,000 reward pool against the protocol and its contracts, and funded a dedicated researcher for the full duration alongside it. Audit and remediation cycles gate production: scope ships once its security milestone is met, and the schedule moves before the milestone does. Findings and fixes from the token upgrade are set out in a published report, and Hacken’s assessments are public too. Designed incident-response controls that sit behind an authority separate from deployment and are deliberately asymmetric - pausing is fast, restoring is not.

  • Cantina
  • Spearbit
  • Trail of Bits
  • Hacken

Architected an off-chain attestation service that keeps mint authority with the issuer

Omnichain Settlement Protocol

Directs a private network of signing nodes that monitors and attests cross-chain transfers across EVM networks and Solana.

The requirement comes from eUSD, a stablecoin issued by Telcoin Digital Asset Bank under a Nebraska digital asset depository charter, whose issuer is required to remain the only mint and burn authority. That rules out a standard lock-and-mint bridge, which puts exactly that authority into a bridge contract. Nodes observe both sides of a transfer and sign attestations the issuer’s own contracts act on, so the settlement path carries the message while the right to create and destroy supply stays where regulation requires it. The Solana side adds a Token-2022 peg stability vault: a flat one-to-one exchange between eUSD and USDC with no curve, reviewed by Trail of Bits, so arbitrage closes a peg gap without paying the spread a bonding curve would impose.

  • EVM · Solana
  • Attestation network
  • Token-2022
  • eUSD

Prioritize security with bridge infrastructure

Interoperability

Owns cross-chain interoperability architecture. A bridge has no reversible exit once assets are in flight, so selection runs as a research process against fixed criteria rather than a vendor comparison.

Criteria cover the trust model, who controls the verifier set, where upgrade authority sits, the failure modes available to an attacker, and how the code has behaved under adversarial conditions. A first selection was reversed in December 2025 after public events changed the risk assessment. A later public event touching the chosen provider was run through the same criteria and did not change the answer, which is the point of holding criteria rather than headlines. The integration runs on LayerZero today, under a verifier mesh specification requiring client, infrastructure, and organizational diversity so that no single bug, outage, or compromised entity can verify a message on its own, and a native bridge adapter that lets Telcoin Network account for TEL originating on external networks.

  • LayerZero
  • Native bridge adapter
  • Verifier mesh
  • Trust model review

Open source

Owns the GitHub engineering infrastructure of the Telcoin Association - public repositories under MIT and Apache 2.0, governed for collaboration, redistribution, and downstream adoption.

Governance
Access
Quality gates
Contribution

Now

Production readiness

Carrying the network from architecture through audit, remediation, and launch - where protocol decisions turn into operational ones.

Engineering organization

Recruiting and directing senior engineers across Solidity, Rust and async Rust, Solana, protocol, backend, and front end, and staying hands-on alongside them.

Governance infrastructure

Snapshot voting strategies that let distributed token holders vote on Association matters, custom Uniswap v4 hooks that register participants for governance, and a DeFi router. Zero-knowledge privacy and on-chain agentic identity are at prototype.

Block explorer

An execution extension on an observer node that reindexes chain data in real time as blocks land, so the network is legible to developers and to anyone auditing it from outside.