# Welcome to IGOCOIN project

{% hint style="success" %}
A smart contract is a self-executing contract with the terms of the contract written in lines of code and stored in a decentralized ledger. They allow automation of contract execution and enforcement and can be used in a variety of applications.
{% endhint %}

## Overview

Let's know a little about Blockchain and Smart contract.

> A blockchain is a distributed, immutable, and decentralized ledger at its core that consists of a chain of blocks and each block contains a set of data. The blocks are linked together using cryptographic techniques and form a chronological chain of information. But what is the difference between smart contracts and blockchain? Blockchain acts as a secure and transparent platform that stores code and executes the logic of smart contracts. Blockchain's decentralized consensus mechanism verifies the validity of transactions and ensures that the execution of smart contracts is consistent across the network. A smart contract is a self-executing contract whose terms of the agreement between the contract's counterparties are embedded into lines of code. Essentially, a smart contract is a digital version of the standard paper contract that automatically verifies fulfillment and enforces and performs the terms of the contract.

<figure><img src="https://4273137367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZQCMRhKuPi9QXBcOs08U%2Fuploads%2F8M5hddp7qYKYhTzQYA9q%2Fsmart-contracts-20321169c09445d3a86795176800fa00.jpg?alt=media&#x26;token=6ba88cc6-0c12-444e-8cb0-556e4ff1442d" alt="" width="375"><figcaption></figcaption></figure>

> Smart contracts do not need brokers or other intermediaries to confirm the agreement, thus, they minate the risk of manipulation by third parties. Moreover, the absence of intermediary in smart contracts results in cost savings. One of these contracts is the [IGOCOIN ](https://whitepaper.igocoin.org/overview/our-goal)smart contract created on the BSC chain.

## Quick links

{% content-ref url="overview/our-goal" %}
[our-goal](https://whitepaper.igocoin.org/overview/our-goal)
{% endcontent-ref %}

{% content-ref url="overview/token-features" %}
[token-features](https://whitepaper.igocoin.org/overview/token-features)
{% endcontent-ref %}


---

# 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://whitepaper.igocoin.org/welcome-to-igocoin-project.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.
