TeaFlon Part 1: Designing a Synthetic Enzyme to Digest Teflon

This is a live-log of my journey into synthetic biology, learning how to engineer novel proteins with AI.

Teflon (Polytetrafluoroethylene, or PTFE) is one of the most indestructible plastics on Earth. It’s a long chain of carbon atoms completely saturated by fluorine atoms. The Carbon-Fluorine (C-F) bond is the strongest single bond in organic chemistry, making Teflon almost entirely inert (if you want to know more about its wild history and the controversy surrounding its production, I highly recommend watching this amazing deep dive by Veritasium).

My goal? To build TeaFlon: a synthetic fusion protein designed to stick to Teflon, snap the C-F bonds, and capture the toxic fluoride ions to grow a microscopic bioceramic (like tooth enamel).

A Quick Primer: Proteins and Amino Acids

If you are a software developer, think of a protein as a compiled, executable program. But instead of binary (1s and 0s), the source code is written in DNA (A, C, T, G).

When the cell compiles this DNA, it translates it into a chain of Amino Acids. There are 20 different amino acids (the “Lego bricks” of biology), each with unique chemical properties—some are positively charged, some are negatively charged, and some repel water.

When you string these amino acids together, they magnetically push and pull on each other, instantly folding into a highly complex, 3D nanomachinery. By changing the sequence of the amino acids, we can physically program the exact 3D shape and function of the machine.

Here is how we architected the TeaFlon system using AI and structural biology.

Step 1: Finding Nature’s Tools

Nature doesn’t eat Teflon, but it does break C-F bonds. We turned to the UniProt database to find our templates:

  1. The “Fluorine Scissor”: Fluoroacetate Dehalogenase. This is an enzyme found in bacteria (like Burkholderia sp.) that naturally breaks single C-F bonds in toxic plants.
  2. The “Hook”: Class II Hydrophobin. Fungi use this tiny protein to aggressively stick to highly water-repellent (hydrophobic) surfaces. This is our anchor.

Step 2: The Chemistry of the Scissor

How does the Dehalogenase actually cut the strongest bond in chemistry? It uses a mechanism called $S_N2$ Nucleophilic Substitution.

WAITING FOR ENZYME...
(Hover over the simulation to pause the automation)

Inside the protein is a microscopic pocket called the Active Site, powered by a “Catalytic Triad” of amino acids.

  1. The Attack: An Aspartate amino acid (which has a negative charge) acts as a nucleophile. It rams into the back of the Teflon’s carbon atom.
  2. The Release: This physical force knocks the highly electronegative Fluorine atom right off the carbon, releasing it as a free fluoride ion ($F^-$).
  3. The Reset: A water molecule swoops in to reset the protein so it can fire again.

The challenge? This enzyme evolved to eat tiny, single-fluorine molecules, not a giant solid plastic. We need a way to hold the solid plastic against the enzyme. That’s where the Hydrophobin comes in.

Step 3: AlphaFold and Fusion Blueprinting

We downloaded the 3D structures for both proteins from DeepMind’s AlphaFold database.

By rendering the structures in PyMOL, we proved that the Hydrophobin has a highly rigid core but incredibly flexible “tails” on its ends. These tails are nature’s perfect attachment points.

We ran a Python script to measure the physical geometry of the Dehalogenase and found that its starting end (N-terminus) is dangerously close to the active site (22.3 Å). If we attached our hook there, we would block the chemical blades! Instead, its end tail (C-terminus) is 33.8 Å away—the perfect safe zone.

The Final Blueprint: [Fluoroacetate Dehalogenase] -- (Glycine Linker) -- [Hydrophobin]

We just computationally designed a fusion protein topology. Next up: we take this to the computer for simulated docking!

Jônatas Davi Paganini

Jônatas Davi Paganini

Senior developer and technical consultant with 20+ years of experience specializing in PostgreSQL, TimescaleDB, and distributed systems. Expert in database optimization, microservices architecture, and team enablement. Passionate about sharing knowledge through writing, speaking, and mentoring.

1/1