> ## Documentation Index
> Fetch the complete documentation index at: https://docs.near.org/llms.txt
> Use this file to discover all available pages before exploring further.

# What are Primitives?

> Learn about blockchain primitives including Fungible Tokens (FT), Non-Fungible Tokens (NFT), Decentralized Autonomous Organizations (DAO), and LinkDrops as building blocks for applications.

Primitives are fundamental building blocks that can be combined to create a fully functional application. Blockchain primitives include [Fungible Tokens (FT)](#fungible-tokens-ft), [Non Fungible Tokens (NFT)](#non-fungible-tokens-nft), [Decentralized Autonomous organizations (DAO)](#decentralized-autonomous-organizations-dao), [Link Drops](#linkdrops) and more.

<img src="https://mintcdn.com/neardocs/qO2GD-gji1aakHqN/assets/docs/welcome-pages/5.primitives.webp?fit=max&auto=format&n=qO2GD-gji1aakHqN&q=85&s=01d78568c353812b7d73223f9e170302" alt="img" width="1547" height="566" data-path="assets/docs/welcome-pages/5.primitives.webp" />

***

#### Fungible Tokens (FT)

[Fungible tokens](./ft/ft) represent an **asset** on a blockchain that is **interchangeable**. Besides the native NEAR token, users can issue their own fungible tokens or use those that are already present in the ecosystem.

<Tip>
  Fungible Tokens are ideal to create **reward systems**, **fair tickets** and any other type of **token**.
</Tip>

#### Non Fungible Tokens (NFT)

In contrast with fungible tokens, each [non-fungible token (NFT)](./nft/nft) is **unitary** and therefore **unique**. Users can create their own non-fungible token, transfer to other users, or exchange them in marketplaces.

<Tip>
  NFTs are ideal to represent **ownership of assets** such as **collectibles**, **event tickets** and other unique assets.
</Tip>

#### Decentralized Autonomous organizations (DAO)

[Decentralized Autonomous Organizations (DAOs)](./dao) are **self-organized groups** that form around common purposes. Membership, decision making, and funding are **coordinated** by **publicly voting** on proposals through a smart contract.

<Tip>
  DAOs are ideal to create **decentralized governance**, **funding**, and **decision-making** tools.
</Tip>

### LinkDrops

[LinkDrops](./linkdrop/linkdrop) are an easy way to **distribute digital assets** (NFTs, FTs) via links. You simply **provide a link** for users and they can **claim** your drop.

<Tip>
  LinkDrops are ideal to do **drops**, and **onboard new users** into Web3 apps.
</Tip>
