> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/practice-guide/bokashi/what-is-bokashi.md).

# What is bokashi?

Below is why Savimbo recommends and uses bokashi.&#x20;

<mark style="color:violet;">TL:DR bokashi is a fermented 'tea' that helps plants grow better</mark>

We originally learned it from the soil scientist [Lexie Amisacho](/practice-guide/community/field-schools.md#amisacho-lab-in-ecuador). But in general, what we learned, and use is a Latin American adaptation of a Japanese technique with a Japanese name. The word stays Japanese. The compost is half-naturalized.&#x20;

We've also incorporated some recipes for "jungle teas" from local matriarchs who have a reputation for growing plants regionally with high survival rates. We recommend this approach for [iterative local testing](/practice-guide/iteration/what-is-a-b-testing.md).&#x20;

{% embed url="<https://www.youtube.com/watch?v=Oqe1YBT9NbQ>" %}

### What is bokashi

Bokashi (ぼかし, Japanese for roughly "fade" or "gradation") is fermented organic matter used as a soil amendment — produced by inoculating organic material with microorganisms and letting it ferment, rather than letting it decompose/rot in the open air.

Strictly, "bokashi" means the *fermentation method*; people also use it for the *finished product*. Both are fine.

### Basic characteristics of bokashi

What makes [bokashi and not compost](/practice-guide/bokashi/bokashi-vs-compost.md) is that it is fermented anaerobically. It also has an inoculant (we're introducing beneficial live microorganisms to the cultivation. It takes about 2-3 weeks to ferment, and the temperature is a bit lower, \~40-50 °C. It has an acidic pH of 3.5-4.5, and the end state is fermented, not decomposed, so it smells sweet-sour (like silage). If it smells like sulfur or ammonia, the batch has failed.&#x20;

The ratio for substrate is high, high C carrier (rice hulls, coffee husks, bagasse) + N source (manure, fish) + molasses (microbe food) + water to \~50%

{% columns %}
{% column %}
{% content-ref url="/pages/NepLuscWX2MAC5HCIjXy" %}
[Bokashi vs compost](/practice-guide/bokashi/bokashi-vs-compost.md)
{% endcontent-ref %}

{% endcolumn %}

{% column %}
{% content-ref url="/pages/MxF2cf75jYUJLNkM8cRF" %}
[Bokashi recipes](/practice-guide/bokashi/bokashi-recipes.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/VZBB99AHGnDTSL1fXJoZ" %}
[Bokashi FAQ](/practice-guide/bokashi/bokashi-faq.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

### Notes

* It's not uncommon to find bokashi spelled differently in Spanish field literature as *bocashi* or even *bocachi.*
* Colombian and Peruvian recipes routinely incorporate 10–30% biochar. It loads the char with microbes and nutrients *before* it goes in the soil so that the biochar is full like a sponge, and doesn't soak up nutrients from the soil.
* Andean adaptations commonly have additions of [rock-dust and ash](/practice-guide/inga-agroforestry/fertilizer-and-mulch.md#mineral-supplements-and-inga-alley-cropping) for mineral content.&#x20;
* We use local jungle teas and microorganisms gathered for free, captured from primary forest litter. This avoids paying for imported microorganisms from the Higa-Sangakkara lineage and means farmers can self-replicate.


---

# 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://sexytrees.savimbo.com/practice-guide/bokashi/what-is-bokashi.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.
