> For the complete documentation index, see [llms.txt](https://debitllama.gitbook.io/debitllama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://debitllama.gitbook.io/debitllama/creating-accounts.md).

# Creating Accounts

To access your accounts you need to use the side bar

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

1. Active accounts lets you choose between all your currently active accounts, see the subscriptions created with them, top them up, or close them if you want.
2. New Virtual Account lets you create a deposit account with a smart contract that allows you to spend native and ERC-20 tokens. These accounts need to be manually topped up
3. Connect Wallet lets you connect an EOA. It supports ERC-20 tokens and each token must be connected separately!
4. Subscriptions page will list all your subscriptions in a table
5. You can see your inactive accounts in the next menu with your past subscriptions. You are able to browse the Subscriptions created with them but all is disabled permanently.

### &#x20;Active Accounts

<figure><img src="/files/eqW8tVqwsDqJ8tKyEglD" alt=""><figcaption><p>You can see here a freshly created account with a new subscription payment ready to be processed!</p></figcaption></figure>

If you click on the card you can navigate to the accounts page

<figure><img src="/files/I8mVGeJz4iX4h7CUxaCf" alt=""><figcaption><p>This is a virtual account, you can top it up with more balance or withdraw and close the account!</p></figcaption></figure>

### New Virtual Account

You can create a new virtual account after navigating to the page

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

### Creating a Connected Wallet has a similar interface

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

### The difference between Virtual Accounts and Connected Wallets

| Supports                 | Virtual Account    | Connected Wallet                                   |
| ------------------------ | ------------------ | -------------------------------------------------- |
| Requires Deposit         | Yes, holds balance | No, doesn't hold balance                           |
| ERC-20 Approve spend     | On Deposit         | To control spendable balance                       |
| Supports Native tokens   | Yes                | No                                                 |
| ERC-20 Tokens            | Yes                | Yes                                                |
| Payment from Cold Wallet | No                 | Yes, Supports metamask, ledger, paper wallet etc.. |
| Has a spending limit     | Yes                | Yes                                                |
|                          |                    |                                                    |


---

# 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://debitllama.gitbook.io/debitllama/creating-accounts.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.
