FULL TIME CRYPTO

Field Guides · For the People!

The Chainlink Field Guide front cover
FULL TIME CRYPTO CHAINLINK FIELD GUIDE

The Full Time Crypto Field Guides

CHAINLINK

For the People!

The Full Time Crypto Field Guides


A Full Time Crypto Field Guide

The Chainlink Field Guide

Oracles, data feeds, and what a contract cannot know alone.


Full Time Crypto

Author and imprint

For the People! — Knowledge. Ownership. Freedom.

Before you start

What this is

Chainlink is not “another Ethereum.”

A smart contract cannot look out the window. It cannot know a stock price, a sports score, or whether a reserve exists unless something brings that fact on-chain.

Chainlink is an oracle network: a way to deliver external data and other services to contracts. LINK is a token used in that ecosystem. LINK is not a general-purpose Layer 1 like Bitcoin or Solana.

If a feed is wrong or a contract is wrong, the chain will still execute. Oracles reduce one problem. They do not delete risk.

Educational information only. Not financial, investment, legal, tax, or trading advice. Dates, supply figures, and court records in this book are taken from the sources listed at the back. If a fact is not sourced, it is not printed as a fact. Unverified items stay open.

How this book is built

Contents

Every Full Time Crypto Field Guide uses the same spine of parts, in this order. Extra pages appear only when this coin actually has them.

  1. Title page
  2. What this is
  3. Day the coin was born
  4. Who is behind it
  5. Where it came from
  6. What it is and is not
  7. How it works
  8. How you send and hold it
  9. What can go wrong
  10. United States law and tax notes
  11. Feeds, proxies, and not-a-Layer-1
  12. NOTES
  13. GLOSSARY
  14. Check the terms
  15. Answer key
  16. Sources

The birthday

Day the coin was born

Paper 4 September 2017. LINK contract on Ethereum 16 September 2017. Oracle network mainnet 30 May 2019. “Live since 2017” collapses those layers.

Name the event you are dating. “Launched” without a layer is how slogans start.
EventDateWhat that date is
Whitepaper v1.04 September 2017Title page: Steve Ellis, Ari Juels, and Sergey Nazarov. The date is printed on the PDF.
LINK contract on Ethereum16 September 2017, 21:26:29 UTC, block 4,281,611ERC-677 inheriting ERC-20. Originally issued on Ethereum. ETH pays gas; LINK is not gas.
Oracle network mainnet30 May 2019Sergey Nazarov, “release of Chainlink on Ethereum mainnet.” This is the network people use.

The white paper states the oracle problem and a decentralized oracle network. Ari Juels’s footnote says he co-authored in his capacity as an advisor to SmartContract ChainLink Ltd., in which he has a financial interest. The 2017 issuer was a British Virgin Islands corporation. Print the disclosure; the paper does.

LINK exists as a token on Ethereum and can appear on other chains. A LINK balance on the wrong network is the usual beginner trap.

Later products (data feeds, automation, CCIP) are extra services. Each has its own docs and failure modes. CCIP is not “the Chainlink blockchain.”

People and projects

Who is behind it

Sergey Nazarov and Steve Ellis are named co-founders on chain.link. Node operators in oracle networks are not automatically “the blockchain.” They are data and compute providers under a configuration.

A DeFi app that “uses Chainlink” can still be unsafe. The feed is one input.

Chainlink is not a singular monolithic network. Its FAQ: “a collection of more than 1,000 decentralized oracle networks.” “Unlike a blockchain, there is no unified consensus mechanism or node network.”

Place and lineage

Where it came from

Chainlink came from a 2017 paper on decentralized oracles, a 2017 Ethereum token, and a 2019 mainnet oracle network.

The isolation of a blockchain from the internet is not a defect in the paper’s framing. It is a consequence of consensus: every node must reach the same answer, and a live API cannot guarantee that.

The whitepaper’s own abstract says existing oracles were centralized services. This book will not print “the only oracle.”

Keep these separate

What it is and is not

It is

  • An oracle network and a family of services that bring off-chain data or messages to contracts.
  • A token (LINK), an ERC-677 token originally issued on Ethereum, with a stated maximum of 1 billion, used for network incentives and fees in documented products. ETH pays Ethereum gas. LINK is not gas.
  • A piece of infrastructure other chains and apps plug into.

It is not

  • A Bitcoin-style payment Layer 1.
  • A guarantee that a price feed matches the real world at every second.
  • The same thing as a bridge you clicked in a banner ad—even when a product is named “cross-chain.”

The machine

How it works

Agreement method
Not a single global proof-of-work chain. Oracle networks aggregate reports from nodes under a job and feed configuration. The host blockchain (often Ethereum) still orders the transactions that post results.
Units
LINK token. Data is posted onto whatever chain the feed is deployed on.
Issuance
Stated maximum 1 billion LINK. This book does not print a live circulating number.

A consumer contract requests or reads a feed. Nodes fetch specified sources, aggregate, and the result is written on-chain.

Feeds have parameters: decimals, heartbeat, deviation threshold, proxy address. Beginners who ignore those parameters will misread a number.

Cross-chain products move messages or value representations. That is extra trust and extra documentation—not “teleportation.”

A payment, in order

  1. An application chooses a feed or service and a chain.
  2. Oracle nodes perform the configured job.
  3. An aggregate result is posted.
  4. The application contract reads that result and acts—right or wrong.

Keys, not cookbooks

How you send and hold it

The coins are recorded on the network. The wallet holds the secret that can move them. If someone else has that secret, they can usually move the coins.

A recovery phrase is a list of ordinary words that can rebuild the keys. Nobody who is helping you should need it. A support chat, a giveaway, or a “wallet check” that asks for it is trying to take the coins.

Custodial accounts (an exchange or app that holds the keys for you) can freeze, limit, or lose access. Self-custody gives you control and the full job of backup. Neither choice is magic.

This chapter is not a crime cookbook. It does not teach mixing, tumbling, fake identities, or how to hide funds from a lawful process. It teaches you not to donate your keys to a stranger.

LINK on Ethereum is not LINK on another chain unless you used a supported route. Confirm the network and token contract.

You do not need to run an oracle node to hold LINK. Running a node is a different job.

Safer habits

  • Download wallet software only from a site or store listing you found yourself, not from a message.
  • Write the recovery phrase on paper or another offline backup. Do not photograph it, email it, or type it into a website.
  • Send a tiny test first. Confirm the network, the asset, and the destination.
  • For a company account, turn on a second factor that is not only a text message if you can.
  • Stop if anyone asks for the phrase, a remote-control app, or a “verification deposit.”
  • Verify the LINK token contract from chain.link documentation, not from a chat.
  • If an app says it “uses Chainlink,” open the feed address and read the configuration.

This book does not tell you how to hide funds, evade a law, or defeat an investigation. A wallet lesson is about not losing your own keys—not about becoming invisible.

Read this twice

What can go wrong

Wrong-network LINK

A deposit address for the wrong chain can strand tokens.

Bad feed or bad consumer

Correct oracle delivery of a bad input, or a buggy consumer contract, still hurts users.

Proxy confusion

Feeds are often reached through proxy contracts. Copying an old address can point at the wrong thing.

Cross-chain hops

CCIP and bridges are not risk-free pipes.

United States readers only

Law and tax notes

These notes are for United States readers only. Other countries have different rules.

The Internal Revenue Service treats convertible virtual currency as property for federal tax purposes. That is the starting point in IRS Notice 2014-21. Later IRS pages, including the virtual-currency frequently asked questions, expand on reporting. They do not turn this book into tax advice.

Selling crypto, trading one crypto for another, or using crypto to pay for goods or services can be a taxable event. Receiving crypto as wages, as a trade or business payment, or in some airdrop or hard-fork situations can also create income. See Notice 2014-21 and Revenue Ruling 2019-24 for the IRS’s own words on forks and airdrops.

Keep records: date, amount in U.S. dollars, what you received or spent, and which service or wallet you used. A lost key is not automatically a deductible story you can invent later.

A listing, an exchange product, or a court remark about someone else is not your tax result.

This is not legal or tax advice. Rules change. Read the linked primary pages and talk to a licensed professional about your own facts.

This coin’s extra pages

Feeds, proxies, and not-a-Layer-1

When you inspect a feed, look at the proxy, the decimals, the heartbeat, and the deviation threshold. Those words live in Chainlink’s docs.

Do not describe Chainlink as “the Chainlink blockchain” the way you describe Bitcoin. LINK is a token. Oracle networks sit on top of other chains.

Proof-of-reserve style feeds report what they are configured to report. They are not a personal audit of a bank vault you can visit.

Write it down

NOTES

Write one feed address you opened and what chain it lives on.

More room

NOTES

Words used in this book

GLOSSARY

Read these before the check-the-terms pages. A word is only useful if you can say it back in your own words.

Oracle
A way to bring outside data or messages to a contract.
LINK
The Chainlink network token. An ERC-677 token originally issued on Ethereum. Not Layer 1 gas. ETH pays Ethereum gas.
Feed
A configured on-chain data value, such as a price.
Heartbeat
How often a feed is supposed to update even if the value is quiet.
Deviation threshold
How much the value must move before an update is pushed.
Proxy
A stable address that points at the current feed implementation.
CCIP
A Chainlink cross-chain messaging product. Extra documentation required.
Node operator
A party that runs oracle software and fetches sources.

Check yourself

CHECK THE TERMS

Circle one answer. The answer key is on the next pages. Do not peek until you have tried.

  1. What sourced “birth” date does this book use for Chainlink the design?

    1. September 4, 2017 white paper
    2. January 3, 2009
    3. The oracle network, 30 May 2019, as if it were 2017
  2. Is Chainlink a Bitcoin-style Layer 1?

    1. Yes
    2. No
    3. Only on weekends
  3. A contract can see the real world by itself.

    1. True
    2. False
    3. Only if it has LINK
  4. LINK’s stated maximum is…

    1. 21 million
    2. 1 billion
    3. 84 million
  5. Who should get your phrase?

    1. A node operator
    2. Nobody
    3. Chainlink support
  6. A proof-of-reserve feed is…

    1. A personal vault tour
    2. A configured report, not a magic audit
    3. FDIC insurance
  7. Wrong-network LINK is safe if the ticker matches.

    1. True
    2. False
    3. True under $100
  8. Heartbeats and deviation thresholds…

    1. Are Twitter slang
    2. Are feed parameters you can read in docs
    3. Guarantee profit

After you try

ANSWER KEY

  1. A. September 4, 2017 white paper Three births. Paper 4 Sep 2017. Token 16 Sep 2017. Oracle network 30 May 2019.
  2. B. No It is an oracle network and token, not a payment L1.
  3. B. False That is the oracle problem.
  4. B. 1 billion 1 billion is the documented max.
  5. B. Nobody Nobody.
  6. B. A configured report, not a magic audit It reports what it is built to report.
  7. B. False The chain and contract matter.
  8. B. Are feed parameters you can read in docs They are part of the configuration.

Check our work

Sources

Primary pages first. In-repo research packs under docs/field-guides/ were used as source wells. Payhip product blurbs were not used as facts. If a pack left a gap UNVERIFIED, this book leaves it open.

  1. Chainlink white paper (Sept 4, 2017)
  2. chain.link
  3. Chainlink economics (1,000,000,000 LINK supply cap)
  4. LINK token contracts
  5. Data feeds docs
  6. IRS Notice 2014-21
The Chainlink Field Guide back cover