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

# Introduction

<figure><img src="/files/VgpwF30mlynMpdyNJ5Nt" alt=""><figcaption></figcaption></figure>

DEBIT is the native utility token of Debit, an AI-powered finance platform. Through a conversational chat interface, Debit lets anyone pre-qualify for no-collateral loans across personal, credit card, business, HELOC, and auto refinancing, and access the full range of onchain finance: swapping, bridging, transfers, borrowing, lending, shorting, looping, earning yield, and claiming rewards. The agent understands a plain-language request, builds the underlying transactions, and shows them before execution.

Debit is built on the Teller lending protocol, which provides onchain credit and liquidity. This functionality is available directly via the AI agent, so a user never has to leave the conversation to move across chains or protocols.

The protocol has processed more than $80M in cumulative loan volume and $2.5M in protocol revenue across 100+ supported assets, and is live across Ethereum, Base, and 6+ other chains.

It serves two audiences from one stack. Crypto and stock portfolio holders use it to pre-qualify for a no-collateral loan without selling their assets, and onchain users borrow stablecoins against their holdings with no margin calls. The DEBIT token is what unlocks the agent: holding and spending DEBIT is how a user gains access to AI-powered finance.


---

# 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://debit.teller.org/introduction.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.
