# Abstract

This paper presents a technical overview of Core, a Bitcoin-integrated, EVM-compatible layer-one blockchain engineered to enhance Bitcoin’s utility while adhering to its foundational principles of decentralization and security. At its core lies the innovative Satoshi Plus consensus mechanism, which harmoniously combines Delegated Proof of Work (DPoW), Delegated Proof of Stake (DPoS), and Non-Custodial BTC Staking.

This architecture enables BTC holders and miners to actively participate in securing Turing-complete smart contracts, extending their functionality far beyond ledger maintenance. By integrating these elements, Core unlocks new utility for BTC assets while providing miners and holders with additive supplemental income through CORE token rewards, without compromising the integrity of the Bitcoin network.

The Satoshi Plus mechanism fosters enhanced security and network participation, aligning seamlessly with Bitcoin’s core design principles. Core represents a significant evolution in blockchain technology, bridging the gap between Bitcoin's proven security model and the expansive potential of EVM-compatible smart contract capabilities.

<br>


---

# 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:

```
GET https://whitepaper.coredao.org/core-white-paper-v1.0.7/abstract.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.
