# Blocktify Protocol

## Directed Acyclic Graph Architecture <a href="#id-3.1-directed-acyclic-graph-architecture" id="id-3.1-directed-acyclic-graph-architecture"></a>

Blocktify is a novel blockchain protocol that has been designed as a L2 of BSC with enhancements. With the added benefit of a quota system, it uses the same underlying Directed Acyclic Graph (DAG) architecture.

Every transaction in a DAG-based architecture is linked to every other transaction, creating a non-linear network of interlinked transactions, and is handled asynchronously. High scalability and quicker transaction speeds are made possible by this structural architecture, which permits parallel processing of transactions rather than sequential processing.

## Lachesis Protocol and ECC <a href="#id-3.2-lachesis-protocol-and-ecc" id="id-3.2-lachesis-protocol-and-ecc"></a>

Blocktify s consensus method is based on the Lachesis protocol, which facilitates smart contracts and allows for fast transactions while maintaining scalability and security. To ensure authenticity and secure transactions, the Lachesis protocol employs Elliptic Curve Cryptography (ECC).

## Quota System <a href="#id-3.3-quota-system" id="id-3.3-quota-system"></a>

Unlike BSC, Blocktify offers a Quota System—a special system that enables fee-free transactions for participants. The consensus process is not directly impacted by this Quota System, which sits on top of the core consensus mechanism as a distinct layer. Staking Blocktify Token (BTF ) on Blocktify allows users to reserve transaction quota, which allows them to execute transactions up to their quota limit without having to pay gas costs. Additionally, a novel cash-back mechanism is put into place, wherein the cash-back to stakeholders is financed by an inflation on the native token (BTF ).

This architectural design option has two main advantages. First of all, it makes microtransactions feasible and encourages increased network utilization by enabling users who can stake BTF to execute transactions without worrying about gas expenses. Second, it increases the staked supply, which inadvertently promotes network security by giving users an additional reason to keep and stake BTF.


---

# 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://blocktify.gitbook.io/docs/blocktify-protocol.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.
