# Accounts

## Accounts

An DaVinci account is an entity with an ether (DCOIN) balance that can send transactions on DaVinci. Accounts can be user-controlled or deployed as smart contracts.

### Account types <a href="#types-of-account" id="types-of-account"></a>

DaVinci has two account types:

* Externally-owned account (EOA) – controlled by anyone with the private keys
* Contract account – a smart contract deployed to the network, controlled by code.&#x20;

Both account types have the ability to:

* Receive, hold and send DCOIN and tokens
* Interact with deployed smart contracts


---

# Agent Instructions: 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://docs.davinci.bz/technical-network/accounts.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.
