> For the complete documentation index, see [llms.txt](https://docs.hackerfabiitb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackerfabiitb.org/tools/dopant-diy.md).

# dopant (diy)

DIY:

Ingredients

* TEOS (Tetraethyl orthosilicate)
* Water
* Catalyst
* Alcohol solvent (Ethanol or Isopropyl Alcohol)
* Dopant atoms

The Chemical Mechanism When TEOS and water react, they form a spin-on glass (SOG). Because these two chemicals do not naturally mix or react on their own, a catalyst is required. The precursors are mixed into an alcohol solvent to create a colloidal suspension. As the mixture is heated, the water hydrolyzes the bonds, causing the solution to thicken into a gel. DIY Doping Process Steps

* Mix the TEOS, water, and catalyst into the alcohol solvent.
* Introduce the chosen dopant atoms into the liquid suspension.
* Heat the mixture on a hot plate to partially complete the reaction and increase the viscosity. (In the recent test, this was done at 175°C, sampling the mixture every 10 minutes after an initial 20-minute heating period).
* Remove the mixture from the heat once it is viscous enough to coat evenly, but before it turns into an unspinnable solid gel.
* Spin the liquid dopant mixture onto the wafer to form a single layer.
* Anneal the wafer to drive the dopant atoms out of the glass layer and diffuse them into the silicon wafer underneath.

Current Roadblocks The main challenge with this DIY approach is controlling the variables (time, temperature, and catalyst volume) to get the perfect viscosity. If the thickness of the spun-on layer is not completely uniform, it creates visual interference colors on the wafer and can lead to inconsistent doping diffusion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hackerfabiitb.org/tools/dopant-diy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
