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

# Borrower Mechanics

Every Techdollar loan moves through the same six stages, from application to funding. The process is built to be fast and confidential: company-level pre-approval drives speed, the borrower's employer is never contacted, and pre-cleared frontier companies carry standing terms that shorten time to a decision.

{% stepper %}
{% step %}

## Borrower applies on the platform

Self-serve, fifteen-minute application. KYC is initiated at this step. Document gathering is self-served and completed in minutes, and the in-platform calculator returns an accurate estimate of the expected offer before manual review begins.
{% endstep %}

{% step %}

## Underwriting on the admin panel

Company-level pre-approval drives speed. Pre-cleared frontier companies have standing terms, so underwriting of an individual position against an already-cleared name resolves quickly. Ownership and the enforceability of the share charge are verified by RSM prior to issuance.
{% endstep %}

{% step %}

## Approve, deny, or request additional

A credit decision is returned. LTV is calibrated to OTC pricing, IPO timeline visibility, and institutional backing, and typically lands between 20% and 60%.
{% endstep %}

{% step %}

## Sign legal docs

The off-chain loan agreement is executed, for either the Card or the Vault product, and the collateral pledge is signed. The shares remain in the borrower's name; Techdollar holds a protected security interest.
{% endstep %}

{% step %}

## Loan principal is issued

Principal flows from the facility to the borrower. Techdollar matches these counterparties.
{% endstep %}

{% step %}

## Repayment

The borrower services and repays the loan over its term. Repayment is accepted directly or via fiat on-ramp.
{% endstep %}
{% endstepper %}


---

# 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.techdollar.com/borrower-mechanics.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.
