diff --git a/README.md b/README.md
index 4952ed3a..bfc00b0a 100644
--- a/README.md
+++ b/README.md
@@ -235,3 +235,9 @@ SeaORM is a community driven project. We welcome you to participate, contribute
A big shout out to our contributors:
[](https://github.com/SeaQL/sea-orm/graphs/contributors)
+
+## Mascot
+
+A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells.
+
+
diff --git a/src/lib.rs b/src/lib.rs
index 1f205612..ca88e4ca 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -306,6 +306,12 @@
//! A big shout out to our contributors:
//!
//! [](https://github.com/SeaQL/sea-orm/graphs/contributors)
+//!
+//! ## Mascot
+//!
+//! A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells.
+//!
+//!
#![doc(
html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png"
)]