# Lingo

**D2C** direct to consumer, a company that produces a product & distributes it to customers within its own channels.

![](/files/J8n9t9ZaDYg3RK0q8ioS)

**Portfolio aggregation** Pulling investment information into one central location. For example, pulling all SPL token information for a portfolio onto one UI. UI dashboard for your data.\
\
![](/files/8AYaMWMOYwlSaLzaOZku)

*Example Portfolio aggregators:*[\
https://sonar.watch/](https://sonar.watch/)

**Price oracle** Any tool used to view price information about a given asset. A tool to query, retrieve, verify and provide a blockchain with off-chain data

![](/files/cirwgiDHOzIZ2WaYhD40)

*Example Price Oracle:*\
<https://chain.link/>

**Affiliate program** An agreement in which a business pays another business or influencer ('the affiliate') a commission for sending traffic and/or sales their way. Eg an influencer selling products through an ‘affiliate link’ & receiving commission based on traffic through this link.

![](/files/lIwZ59VS3QAM6ZwoVdxR)

**Cranking Function** When a user (eg staker in Gemfarm) finishes their period in a smart contract (eg staking term) the user must be cranked onto the next contract (ie start new staking term). This must be done manually by either the user or the authority over the protocol itself.

![](/files/QoV1lZ4I7pp5f20BBlDf)

**Rebalancing between products** An investment strategy where the ratios between assets are balanced to a % of portfolio value $. For example 20% Solana 80% USDC - program automatically trades between the two assets to ensure balance is kept.

![](/files/vpskvkCSVPBjOHkljf02)

**Chain agnostic** Protocols that work on multiple chains (not related to any single chain)

![](/files/71ACwXUvRyIDcYHgqpdU)

**TVL** Total value of cryptocurrency locked in a smart contract

\
**Current Active Users** Total number of active users using a crypto chain. Arguably more important then TVL

{% embed url="<https://cointelegraph.com/explained/what-is-total-value-locked-tvl-in-crypto-and-why-does-it-matter>" %}

**Capital efficiency** Capital efficiency is the ratio that compares the spending of a company on their growing revenue and how much they are receiving in return in the way of profits. Ie money spent by a company VS income

![](/files/SuUuioNAqjXZXfEU0p8L)

**Over collateralization** When debt is higher than the assets value.

**KYC** Know Your Customer. Eg phone verification, facial recognition ect

**Permission less pools** Allows anyone to create a liquidity pool. An example of permission less is **Raydium** where their pools are ‘self service’ whilst Orca is permission based requiring approval to create a new pool.

**Multi chain** Similar to chain agnostic whereby a protocol/program can run across multiple chains

**SDK** Software development kit that can be used to develop applications

**Custodial Vs Non-custodial** custodial the asset is held by a third party and in non-custodial, users are themselves responsible and in full control of their assets

**Cross margin** A method that utilizes the full amount of funds in the Available Balance of the relevant cryptocurrency to avoid liquidations on the positions with the same settlement cryptocurrency.&#x20;

{% embed url="<https://www.bitmex.com/app/isolatedMargin>" %}


---

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

```
GET https://rhys-nemo.gitbook.io/tokenomics-bible/nitty-gritty/lingo.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.
