当前位置: 首页 > news >正文

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

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

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

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. 

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个人主页&#xff1a;更好的阅读体验 <— 本题链接&#xff08;AcWing&#xff09; 点这里 题目描述 给你一个n种面值的货币系统&#xff0c;求组成面值为m的货币有多少种方案。 输入格式 第一行&#xff0c;包含两个整数n和m。 接…...

vue3回到上一个路由页面

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

Linux三种网络模式 | 仅主机、桥接、NAT

&#x1f497;wei_shuo的个人主页 &#x1f4ab;wei_shuo的学习社区 &#x1f310;Hello World &#xff01; Linux三种网络模式 仅主机模式&#xff1a;虚拟机只能访问物理机&#xff0c;不能上网 桥接模式&#xff1a;虚拟机和物理机连接同一网络&#xff0c;虚拟机和物理机…...

数据库设计与前端框架

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

技术探秘:揭秘Bean Factory与FactoryBean的区别!

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

MD-MTSP:遗传算法GA求解多仓库多旅行商问题(提供MATLAB代码,可以修改旅行商个数及起点)

一、多仓库多旅行商问题 多旅行商问题&#xff08;Multiple Traveling Salesman Problem, MTSP&#xff09;是著名的旅行商问题&#xff08;Traveling Salesman Problem, TSP&#xff09;的延伸&#xff0c;多旅行商问题定义为&#xff1a;给定一个&#x1d45b;座城市的城市集…...

技术面试的终极指南:助你取得成功的关键步骤

背景 技术面试是许多求职者最关键的一环&#xff0c;因为它评估了你在特定领域的知识和技能。无论你是刚毕业的大学应届生&#xff0c;还是有多年工作经验的职场老兵&#xff0c;准备充分是成功面试的关键。 这篇文章将提供一系列关键步骤&#xff0c;帮助你充分准备和展现自己…...

Nautilus Chain 测试网第二阶段,推出忠诚度计划及广泛空投

随着更多的公链底层面向市场&#xff0c;通过参与早期测试在主网上线后获得激励成为了行业的一个热点话题&#xff0c;在 Apots、Arbitrum One、Optimism等陆续发放了测试空投后&#xff0c;以 Layer3为主要特性的 Nautilus Chain 也在前不久明确表示将会有空投&#xff0c;引发…...

Python爬虫(三):BeautifulSoup库

BeautifulSoup 是一个可以从 HTML 或 XML 文件中提取数据的 Python 库&#xff0c;它能够将 HTML 或 XML 转化为可定位的树形结构&#xff0c;并提供了导航、查找、修改功能&#xff0c;它会自动将输入文档转换为 Unicode 编码&#xff0c;输出文档转换为 UTF-8 编码。 Beauti…...

Python使用CV2库捕获、播放和保存摄像头视频

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

微信小程序之bind和catch

这两个呢&#xff0c;都是绑定事件用的&#xff0c;具体使用有些小区别。 官方文档&#xff1a; 事件冒泡处理不同 bind&#xff1a;绑定的事件会向上冒泡&#xff0c;即触发当前组件的事件后&#xff0c;还会继续触发父组件的相同事件。例如&#xff0c;有一个子视图绑定了b…...

centos 7 部署awstats 网站访问检测

一、基础环境准备&#xff08;两种安装方式都要做&#xff09; bash # 安装必要依赖 yum install -y httpd perl mod_perl perl-Time-HiRes perl-DateTime systemctl enable httpd # 设置 Apache 开机自启 systemctl start httpd # 启动 Apache二、安装 AWStats&#xff0…...

ESP32读取DHT11温湿度数据

芯片&#xff1a;ESP32 环境&#xff1a;Arduino 一、安装DHT11传感器库 红框的库&#xff0c;别安装错了 二、代码 注意&#xff0c;DATA口要连接在D15上 #include "DHT.h" // 包含DHT库#define DHTPIN 15 // 定义DHT11数据引脚连接到ESP32的GPIO15 #define D…...

HTML 列表、表格、表单

1 列表标签 作用&#xff1a;布局内容排列整齐的区域 列表分类&#xff1a;无序列表、有序列表、定义列表。 例如&#xff1a; 1.1 无序列表 标签&#xff1a;ul 嵌套 li&#xff0c;ul是无序列表&#xff0c;li是列表条目。 注意事项&#xff1a; ul 标签里面只能包裹 li…...

Frozen-Flask :将 Flask 应用“冻结”为静态文件

Frozen-Flask 是一个用于将 Flask 应用“冻结”为静态文件的 Python 扩展。它的核心用途是&#xff1a;将一个 Flask Web 应用生成成纯静态 HTML 文件&#xff0c;从而可以部署到静态网站托管服务上&#xff0c;如 GitHub Pages、Netlify 或任何支持静态文件的网站服务器。 &am…...

【C++从零实现Json-Rpc框架】第六弹 —— 服务端模块划分

一、项目背景回顾 前五弹完成了Json-Rpc协议解析、请求处理、客户端调用等基础模块搭建。 本弹重点聚焦于服务端的模块划分与架构设计&#xff0c;提升代码结构的可维护性与扩展性。 二、服务端模块设计目标 高内聚低耦合&#xff1a;各模块职责清晰&#xff0c;便于独立开发…...

算法岗面试经验分享-大模型篇

文章目录 A 基础语言模型A.1 TransformerA.2 Bert B 大语言模型结构B.1 GPTB.2 LLamaB.3 ChatGLMB.4 Qwen C 大语言模型微调C.1 Fine-tuningC.2 Adapter-tuningC.3 Prefix-tuningC.4 P-tuningC.5 LoRA A 基础语言模型 A.1 Transformer &#xff08;1&#xff09;资源 论文&a…...

解读《网络安全法》最新修订,把握网络安全新趋势

《网络安全法》自2017年施行以来&#xff0c;在维护网络空间安全方面发挥了重要作用。但随着网络环境的日益复杂&#xff0c;网络攻击、数据泄露等事件频发&#xff0c;现行法律已难以完全适应新的风险挑战。 2025年3月28日&#xff0c;国家网信办会同相关部门起草了《网络安全…...

【Elasticsearch】Elasticsearch 在大数据生态圈的地位 实践经验

Elasticsearch 在大数据生态圈的地位 & 实践经验 1.Elasticsearch 的优势1.1 Elasticsearch 解决的核心问题1.1.1 传统方案的短板1.1.2 Elasticsearch 的解决方案 1.2 与大数据组件的对比优势1.3 关键优势技术支撑1.4 Elasticsearch 的竞品1.4.1 全文搜索领域1.4.2 日志分析…...

Python训练营-Day26-函数专题1:函数定义与参数

题目1&#xff1a;计算圆的面积 任务&#xff1a; 编写一个名为 calculate_circle_area 的函数&#xff0c;该函数接收圆的半径 radius 作为参数&#xff0c;并返回圆的面积。圆的面积 π * radius (可以使用 math.pi 作为 π 的值)要求&#xff1a;函数接收一个位置参数 radi…...