> For the complete documentation index, see [llms.txt](https://docs.3jane.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3jane.xyz/backing/ccl/merchants.md).

# Merchants

All **U.S.-based** merchants can permissionlessly access 0% collateral USDC credit lines in real-time\
within two minutes. The connection flow is as follows:

1. **Wallet connection:** Merchant connects any EOA or smart account and signs a nonce, proving address control and anchoring subsequent data to a single on-chain identity.
2. **Bank account connection via Plaid:** OAuth-style login authorizes Plaid to supply real-time balances, 90-day cash-flow, and account history metrics. Data is fetched through a zkTLS relay (zkFetch) that provides a proof of provenance without disclosing raw PII on-chain.
3. **Credit Karma connection:** User logs into credit karma via zkTLS. 3Jane retrieves credit data from TransUnion and Equifax, including credit scores and other metadata.
4. **MCA agreement signature:** The merchant electronically signs the Merchant Cash Advance (MCA) clause, establishing legal recourse and payment terms under U.S. law. Agreement is visibile here: <https://drive.google.com/file/d/1oVYpnAI4L82_tLI-TT92RsnLZHepZr8O/view?usp=sharing>.
5. **Instant drawdown:** The merchant selects any amount up to the approved credit limit and receives USDC in the wallet. Only pay for what you've drawn.

Read the [credit underwriter](/backing/ccl/credit-underwriter.md) section for more details on how it impacts credit lines and interest rates.

Read the [guide](/backing/ccl/pull-credit-line.md) for how to connect offchain Credit Karma and Bank data.

{% hint style="info" %}
Note: All off-chain data are attested with zkTLS; raw PII remains off-chain. Implementation details are in [Proofs](/backing/ccl/proofs.md) and [Privacy & Storage](/backing/ccl/privacy-and-storage.md).
{% endhint %}

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


---

# 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.3jane.xyz/backing/ccl/merchants.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.
