# Glossary

[Automining](https://github.com/Behodler/morgoth-dao/blob/main/documents/SoapBox/Security/TokenListing.md#automining-defined) - because listing any token on Behodler requires a minimum level of TVB, listing any SCX LP pair such as SCX/ETH locks up that additional liquidity on Behodler

[Law of Uniform Tentacle](https://github.com/Behodler/morgoth-dao/blob/main/documents/SoapBox/Security/TokenListing.md#equilibrium) - requirement on Behodler for every new token listed to be pre-seeded with equilibrium liquidity to the rest of the tokens that are trading.  Due to arbitrage of SCX, every bonding curve on Behodler rests at a common equilibrium point of total value bonded (TVB)

[Price tilting](https://github.com/Behodler/LiquidQueue#diffusion-pricing) - LP minting dynamics based on a 50/50 constant product formula, where can either initialize and mint an LP pair signaling a higher value for one of its tokens (by slightly altering the ratio of token1:token2 prior to minting), or have this automatically take place with a fee-on-transfer token like SCX.  For example, if SCX burns on increased trading on Uniswap, its price naturally rises due to price tilting (there is less of that token in the ratio of the LP pair). This encourages more minting of SCX on Behodler (where it would be cheaper) and then selling on Uniswap or Sushiswap.

[Total value bonded](https://github.com/Behodler/LiquidQueue#diffusion-pricing) (TVB) - dollar value of the full quantity of a token trading on Behodler


---

# Agent Instructions: 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:

```
GET https://docs.behodler.io/user-docs/further-reading/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
