# Blockchain Fundamentals

If you're new to blockchain development, this section covers the foundational concepts you need to understand before building on Kite Chain.

## What You'll Learn

* [**Blockchain Basics**](/kite-chain/2-fundamentals/blockchain-fundamentals.md) - Understanding distributed ledgers, consensus, and blockchain architecture
* [**Smart Contract Basics**](/kite-chain/2-fundamentals/smart-contract-basics.md) - How programmable logic works on blockchains and key concepts

## Topics Covered

### Blockchain Fundamentals

* Core concepts of blockchain technology
* Cryptography basics and how they secure networks
* Consensus mechanisms and how blockchains achieve agreement
* Transaction lifecycle and block formation

### Smart Contracts

* What smart contracts are and how they work
* Solidity programming language basics
* Contract deployment and interaction
* Common patterns and best practices
* Security considerations

## Who This Is For

This section is designed for developers of all skill levels:

* **Complete beginners** - Start here to build a strong foundation
* **Experienced developers** - Refresh your knowledge of blockchain concepts
* **Web2 developers** - Transition to Web3 development with clear explanations

## Next Steps

After completing the fundamentals:

1. Move to [Developing Smart Contracts](/kite-chain/3-developing.md) to write your first contract
2. Build complete [dApps](/kite-chain/4-building-dapps.md) with user interfaces
3. Explore [Advanced Features](broken://pages/jdUSRZAQUgjzaC5bajch) like account abstraction

***

*Already familiar with blockchain? Skip to* [*Developing on Kite*](/kite-chain/3-developing.md)*!*


---

# 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.gokite.ai/kite-chain/2-fundamentals.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.
