Web3 常用语和黑话你知道吗?
My friend Dave used to be a bagholder, but he FOMO’d and bought even more BTC. Now, he’s a big whale HODLing for that moon.
…that’s a lot to take in for just two sentences. If you’re new to Bitcoin and the world of cryptocurrencies, we understand if the statement didn’t make any sense to you—it didn’t make sense to us at first too.
All jokes aside, it’s one thing to start buying and selling Bitcoin, but another to engage with an entire community that’s built an entire dictionary-worth of slang. If you’re looking to get yourself into the conversation and begin speaking the language, there’s quite a bit to cover. Luckily, we’ve compiled a list of some of the most popular slang being used today.
1. FOMO
Short for fear of missing out, FOMO can be used in everyday life. It refers to the sense of urgency to buy Bitcoin when everyone else is talking about it.
2. Shill
Shilling refers to the promotion of a cryptocurrency for the person’s own personal benefit. Although the term didn’t originate in crypto, its use in the space became widely popular.
People that would shill are likely those that have invested in a particular cryptocurrency that isn’t performing as well as they hoped and are trying to persuade other people to buy it so that the price would go up. Essentially, it’s all for personal gain.
3. FUD
Short for fear, uncertainty, and doubt, FUD refers to when people spread negative feelings about Bitcoin.
4. HODL
HODL is probably the most popular slang in Bitcoin. It refers to holding on to your BTC, despite volatility in price. Its use originated from a typo, where the user intended to type “hold” and misspelled it—probably out of pure excitement. It was then turned into a backronym, where the phrase hold on for dear life was attached after the typo happened.
5. Rekt
Rekt refers to the rock-bottom feeling of when someone experiences major losses from cryptocurrencies that have plummeted in value.
The term comes from the word wrecked, which is often used in gaming when a player gets completely destroyed. So whenever someone loses a significant amount of money on a cryptocurrency, they’re getting rekt.
6. Going to the moon
Going to the moon refers to the belief that the price of Bitcoin will experience a significant spike in the future.
If you say that Bitcoin is going to the moon, it means that you believe your investment is going to pay off very well in the future.
7. Whale
A whale is someone who owns a significant amount—usually 5% or more of the total supply—of a cryptocurrency.
8. Pump and dump
The term pump and dump refers to a tactic used by a group of cryptocurrency users to manipulate the sentiments of the market.
To pump effectively means to hype a cryptocurrency based on fake or misleading information and when the prices go up due to increased investor sentiment, the group will dump all their coins by selling them—which will, in turn, cause the price to drop again.
9. Bagholder
A bagholder refers to someone that’s holding onto a cryptocurrency that has plummeted in price—even to the point where it becomes worthless.
It’s similar to the thinking of hoarders: a bagholder will save their money—even if they’re worthless—for “a rainy day.”
10. Sats
Short for satoshis, sats are the smallest unit of Bitcoin. One sat is equal to 0.00000001 BTC.
11. No-coiner
A no-coiner is someone who believes Bitcoin is either doomed to fail or will have minimal value in the future. Because of that belief, they don’t hold any coins themselves.
12. Vaporware
Vaporware refers to a software project, cryptocurrency included, that never actually gets developed. It’s usually marketed and hyped to the point where everyone’s talking about it, but it’s simply never completed.
13. Cryptosis
Cryptosis refers to that never-ending thirst for cryptocurrency knowledge. Although it sounds like a disease, don’t worry—it isn’t life-threatening. However, the symptoms will include scouring forums, forcing cryptocurrency discussions among your friends, and overall, minimizing risks when trading.
14. ICO
An initial coin offering or ICO is the cryptocurrency equivalent to an initial public offering (IPO) which means raising funds through the sale of securities or shares for the first time to the public.
Basically, it refers to a crypto company’s fundraising project. They’ll lay out what it’s all about, the team behind it, and ask for investments to help build it. As a reward, they’ll offer new tokens—some of which may have utility in the project, while others will just represent a stake in the company.
15. Market cap
Market cap, short for market capitalization, refers to the total value of a specific cryptocurrency. It’s calculated by multiplying a coin’s current price by the circulating supply.
At the time of writing (March 15, 2022), Bitcoin’s current market cap is at 732,061,633,831 USD.
16. KYC
Short for know your customer or know your client, KYC refers to the verification of a user’s identity. Most cryptocurrency exchanges will implement this sort of rule not only to verify a trader’s identity but also to comply with regulations and keep their marketplaces safe.
17. NFTs
Non-fungible tokens or NFTs are unique, 1-of-1 cryptographic assets that have special identification codes built within them. They come in many shapes and sizes—Tweets, digital artwork, audio, and more.
18. WAGMI/NGMI
WAGMI is short for we’re all gonna make it. It is often used in the crypto community to build confidence and encourage everyone not to lose hope.
NGMI, on the other hand, is short for not gonna make it. It refers to the sentiment that you made a bad decision and your investment will not be successful.
Both of these terms are used in the cryptocurrency world but are more prominent in the NFT space—specifically Twitter and Discord groups.
19. Diamond hands/paper hands
Similar to HODL, diamond hands refer to holding Bitcoin even when there’s a ton of pressure to sell.
Paper hands refer to investors that sell off their investments too early—mostly because they’re afraid of the risk and are susceptible to panic.
20. Bullish/bearish
Bullish and bearish both represent a pattern in the market. Although they were mainly applied to traditional stock markets at first, they’ve found their way to the cryptocurrency space.
A bullish market will feature upward trends in price, while a bearish market will present downward trends.
21. Buy the dip (BTD)
Buying the dip or BTD means purchasing an asset after its price has dropped. The belief behind it is the same as when you convince yourself to buy something on sale at the mall.
Buying the dip represents buying Bitcoin at lower prices, hoping that it will rise again in the future.
Ready to join the conversation?
New slang finds its way onto the Internet every day. For a space that’s so young and lively, you can expect even more to find their way into online communities. There’s no need for FOMO though because even the greatest trader starts from zero.
Originally published on September 16, 2020 and updated on March 24, 2022
相关文章:
Web3 常用语和黑话你知道吗?
My friend Dave used to be a bagholder, but he FOMO’d and bought even more BTC. Now, he’s a big whale HODLing for that moon. …that’s a lot to take in for just two sentences. If you’re new to Bitcoin and the world of cryptocurrencies, we understand if …...

物联网和边缘计算:如何将数据处理和决策推向设备边缘
第一章:引言 当我们谈论物联网(IoT)时,我们通常指的是将各种设备连接到互联网,并通过数据交换来实现智能化的网络。然而,传统的物联网模型通常涉及将数据发送到云端进行处理和分析。然而,随着技…...

【Android学习专题】java基本语法和概念(学习记录)
学习记录来自菜鸟教程 Java 变量 Java 中主要有如下几种类型的变量 局部变量 在方法、构造方法或者语句块中定义的变量被称为局部变量。变量声明和初始化都是在方法中,方法结束后,变量就会自动销毁类变量(静态变量) 类变量也声…...

Android系统启动全流程分析
当我们买了一个手机或者平板,按下电源键的那一刻,到进入Launcher,选择我们想要使用的某个App进入,这个过程中,系统到底在做了什么事,伙伴们有仔细的研究过吗?可能对于Framework这块晦涩难懂的专…...

RabbitMQ --- 惰性队列、MQ集群
一、惰性队列 1.1、消息堆积问题 当生产者发送消息的速度超过了消费者处理消息的速度,就会导致队列中的消息堆积,直到队列存储消息达到上限。之后发送的消息就会成为死信,可能会被丢弃,这就是消息堆积问题。 解决消息堆积有三种…...

1.Buffer_Overflow-1.Basic_Jump
github上面的练习题 git clone https://github.com/Adamkadaban/LearnPwn 然后开始做 先进行 readelf 然后进行执行看看 是怎么回事 ./buf1发现就是一个输入和输出 我们checksec看看 发现stack 保护关闭 开启了NX保护 我们进入ida64看看反汇编 我习惯先看看字符串 SHITF…...
MySQL入门语法第三课:表结构的创建
数据表结构 定点数类型decimal(m,d) m表示数字总位数 d表示小数位数 ★创建数据表先要选择数据库 1 . CREATE TABLE 表名称 创建数据表 (字段名1 数据类型1 [,字段名2 数据名2] [, .....] ); 一个字段写一行 修改表名 alter table 旧表名 rename 新表名…...

SpringSecurity框架学习与使用
SpringSecurity框架学习与使用 SpringSecurity学习SpringSecurity入门SpringSecurity深入认证授权自定义授权失败页面权限注解SecuredPreAuthorizePostAuthorizePostFilterPreFilter 参考 SpringSecurity学习 SpringSecurity入门 引入相关的依赖,SpringBoot的版本…...

DHCP+链路聚合+NAT+ACL小型实验
实验要求: 1.按照拓扑图上标识规划网络。 2.使用0SPF协议进程100实现ISP互通。 3.私网内PC属于VLAN1O, FTP Server属于VLAN2O,网关分 别为所连接的接入交换机,其中PC要求通过DHCP动态获取 4:私网内部所有交换机都为三层交换机,请合理规划VLAN&#…...

西瓜书读书笔记整理(三)—— 第二章 模型评估与选择
第二章 模型评估与选择 第 2 章 模型评估与选择2.1 经验误差与过拟合1. 错误率 / 精度 / 误差2. 训练误差 / 经验误差 / 泛化误差3. 过拟合 / 欠拟合4. 学习能力5. 模型选择 2.2 评估方法1. 评估方法概述2. 留出法3. 交叉验证法4. 自助法5. 调参 / 最终模型 2.3 性能度量1. 回归…...

AcWing算法提高课-1.3.6货币系统
宣传一下算法提高课整理 <— CSDN个人主页:更好的阅读体验 <— 本题链接(AcWing) 点这里 题目描述 给你一个n种面值的货币系统,求组成面值为m的货币有多少种方案。 输入格式 第一行,包含两个整数n和m。 接…...

vue3回到上一个路由页面
学习链接 Vue Router获取当前页面由哪个路由跳转 在Vue3的setup中如何使用this beforeRouteEnter 在这个路由方法中不能访问到组件实例this,但是可以使用next里面的vm访问到组件实例,并通过vm.$data获取组件实例上的data数据getCurrentInstance 是vue3提…...

Linux三种网络模式 | 仅主机、桥接、NAT
💗wei_shuo的个人主页 💫wei_shuo的学习社区 🌐Hello World ! Linux三种网络模式 仅主机模式:虚拟机只能访问物理机,不能上网 桥接模式:虚拟机和物理机连接同一网络,虚拟机和物理机…...

数据库设计与前端框架
数据库设计与前端框架 学习目标: 理解多租户的数据库设计方案 熟练使用PowerDesigner构建数据库模型理解前端工程的基本架构和执行流程 完成前端工程企业模块开发 多租户SaaS平台的数据库方案 多租户是什么 多租户技术(Multi-TenancyTechnology&a…...

技术探秘:揭秘Bean Factory与FactoryBean的区别!
大家好,我是小米,一个热衷于技术分享的29岁小编。今天,我们来聊一聊在Spring框架中常用的两个概念:beanFactory和FactoryBean。它们虽然看似相似,但实际上有着不同的用途和作用。让我们一起来揭开它们的神秘面纱吧&…...

MD-MTSP:遗传算法GA求解多仓库多旅行商问题(提供MATLAB代码,可以修改旅行商个数及起点)
一、多仓库多旅行商问题 多旅行商问题(Multiple Traveling Salesman Problem, MTSP)是著名的旅行商问题(Traveling Salesman Problem, TSP)的延伸,多旅行商问题定义为:给定一个𝑛座城市的城市集…...
技术面试的终极指南:助你取得成功的关键步骤
背景 技术面试是许多求职者最关键的一环,因为它评估了你在特定领域的知识和技能。无论你是刚毕业的大学应届生,还是有多年工作经验的职场老兵,准备充分是成功面试的关键。 这篇文章将提供一系列关键步骤,帮助你充分准备和展现自己…...

Nautilus Chain 测试网第二阶段,推出忠诚度计划及广泛空投
随着更多的公链底层面向市场,通过参与早期测试在主网上线后获得激励成为了行业的一个热点话题,在 Apots、Arbitrum One、Optimism等陆续发放了测试空投后,以 Layer3为主要特性的 Nautilus Chain 也在前不久明确表示将会有空投,引发…...
Python爬虫(三):BeautifulSoup库
BeautifulSoup 是一个可以从 HTML 或 XML 文件中提取数据的 Python 库,它能够将 HTML 或 XML 转化为可定位的树形结构,并提供了导航、查找、修改功能,它会自动将输入文档转换为 Unicode 编码,输出文档转换为 UTF-8 编码。 Beauti…...

Python使用CV2库捕获、播放和保存摄像头视频
Python使用CV2库捕获、播放和保存摄像头视频 特别提示:CV2指的是OpenCV2(Open Source Computer Vision Library),安装的时候是 opencv_python,但在导入的时候采用 import cv2。 若想使用cv2库必须先安装,P…...

【Python】 -- 趣味代码 - 小恐龙游戏
文章目录 文章目录 00 小恐龙游戏程序设计框架代码结构和功能游戏流程总结01 小恐龙游戏程序设计02 百度网盘地址00 小恐龙游戏程序设计框架 这段代码是一个基于 Pygame 的简易跑酷游戏的完整实现,玩家控制一个角色(龙)躲避障碍物(仙人掌和乌鸦)。以下是代码的详细介绍:…...

LeetCode - 394. 字符串解码
题目 394. 字符串解码 - 力扣(LeetCode) 思路 使用两个栈:一个存储重复次数,一个存储字符串 遍历输入字符串: 数字处理:遇到数字时,累积计算重复次数左括号处理:保存当前状态&a…...
渲染学进阶内容——模型
最近在写模组的时候发现渲染器里面离不开模型的定义,在渲染的第二篇文章中简单的讲解了一下关于模型部分的内容,其实不管是方块还是方块实体,都离不开模型的内容 🧱 一、CubeListBuilder 功能解析 CubeListBuilder 是 Minecraft Java 版模型系统的核心构建器,用于动态创…...
镜像里切换为普通用户
如果你登录远程虚拟机默认就是 root 用户,但你不希望用 root 权限运行 ns-3(这是对的,ns3 工具会拒绝 root),你可以按以下方法创建一个 非 root 用户账号 并切换到它运行 ns-3。 一次性解决方案:创建非 roo…...

【2025年】解决Burpsuite抓不到https包的问题
环境:windows11 burpsuite:2025.5 在抓取https网站时,burpsuite抓取不到https数据包,只显示: 解决该问题只需如下三个步骤: 1、浏览器中访问 http://burp 2、下载 CA certificate 证书 3、在设置--隐私与安全--…...
Robots.txt 文件
什么是robots.txt? robots.txt 是一个位于网站根目录下的文本文件(如:https://example.com/robots.txt),它用于指导网络爬虫(如搜索引擎的蜘蛛程序)如何抓取该网站的内容。这个文件遵循 Robots…...
AI编程--插件对比分析:CodeRider、GitHub Copilot及其他
AI编程插件对比分析:CodeRider、GitHub Copilot及其他 随着人工智能技术的快速发展,AI编程插件已成为提升开发者生产力的重要工具。CodeRider和GitHub Copilot作为市场上的领先者,分别以其独特的特性和生态系统吸引了大量开发者。本文将从功…...
Device Mapper 机制
Device Mapper 机制详解 Device Mapper(简称 DM)是 Linux 内核中的一套通用块设备映射框架,为 LVM、加密磁盘、RAID 等提供底层支持。本文将详细介绍 Device Mapper 的原理、实现、内核配置、常用工具、操作测试流程,并配以详细的…...
Typeerror: cannot read properties of undefined (reading ‘XXX‘)
最近需要在离线机器上运行软件,所以得把软件用docker打包起来,大部分功能都没问题,出了一个奇怪的事情。同样的代码,在本机上用vscode可以运行起来,但是打包之后在docker里出现了问题。使用的是dialog组件,…...
Python ROS2【机器人中间件框架】 简介
销量过万TEEIS德国护膝夏天用薄款 优惠券冠生园 百花蜂蜜428g 挤压瓶纯蜂蜜巨奇严选 鞋子除臭剂360ml 多芬身体磨砂膏280g健70%-75%酒精消毒棉片湿巾1418cm 80片/袋3袋大包清洁食品用消毒 优惠券AIMORNY52朵红玫瑰永生香皂花同城配送非鲜花七夕情人节生日礼物送女友 热卖妙洁棉…...