top of page

pragma solidity ^0.8.Tbilisi

contract MANIFESTO {

function ETH_ALIGMENT() public pure returns (bool aligned){​

/*

ETH Tbilisi is THE EVENT and THE COMMUNITY for those who believe Ethereum should be cypherpunk again.
 

In Tbilisi—a city where freedom echoes from Freedom Square to the Mother of Georgia statue—we're building an Ethereum community that values decentralization over speculation, ideas over investment pitches, and code contributions over cash sponsorships.

​

We reject the narrative that crypto is just a casino to get rich. We stand for builders creating tools for freedom, not just another yield farm or memecoin.

*/

return true;

}

function CONSTITUTION() public pure returns (bool aligned){​

uint256 articles = 8;
uint256 ethereun_aligment_counter;
bool[8] memory article;

article[0] = true;
  /*

Voice Through Merit, Not Money

Sponsorship doesn't buy speaking slots at ETH Tbilisi. Voice is earned through:

​

  • Open source contributions

  • Ethereum alignment

  • Unwavering commitment to decentralization

​

We don't sell our stage. We give it to those who've earned it through code.

*/

article[1] = true;
  /*

We're for All Ethereans, Not Just the Wealthy

Ethereum isn't elitist technology for the wealthy and traders. We champion builders working on:

​

  • Fully decentralized autonomous applications solving real problems the hard way—without compromising on decentralization

  • Open source contributions: tools, EIPs, client implementations, infrastructure

  • Privacy solutions that scale while preserving decentralization and user sovereignty

  • Education and onboarding focused on utility and freedom, not financial speculation

​

We're here for applications that can change the world—not just pump your bags.

*/

article[2] = true;
  /*

Credibly Neutral-And So Are We

Ethereum is permissionless and credibly neutral by design—it doesn't favor or oppose any nation, authority, or political entity. It simply exists through mathematics and cryptography.

​

ETH Tbilisi operates by the same principles. We don't support, oppose, or align with any political agenda, nation, or ideology.

 

We never:​

  • Endorse political parties, movements, or agendas

  • Take positions on geopolitical conflicts

  • Discriminate based on nationality, creed, or background

  • Collaborate with propaganda or political campaigns of any kind

​

Politicians change. Narratives shift. Propaganda fades.

Smart contracts and open source contributions are forever.

*/

article[3] = true;
  /*

Ideas, Not Pitches

No product demos. No indirect marketing disguised as education.

Every talk must explore why, not what:

​​

  • Why you're building this

  • What impact you're creating

  • Why it matters for Ethereum's mission

​

Inspired by TED: we host talks about ideas, visions, and paradigm shifts—not venture pitches or feature lists.

The stage belongs to vision, not sales decks.

*/

article[4] = true;
  /*

Education as a Priority

ETH Tbilisi teaches people to use Ethereum for freedom and privacy.

We help people understand:

​​

  • How to achieve self-sovereignty and privacy

  • Why "don't trust, verify" matters

  • The real challenges of building a borderless, censorship-resistant internet

  • Why zero-knowledge proofs and privacy are fundamental rights

​

We onboard users to freedom, builders to real challenges, and organizations to understand that over-financialization is loud, but Ethereum's mission is freedom and privacy—not gambling for gains.

*/

article[5] = true;
  /*

No Compromises on Decentralization

ETH Tbilisi R&D on solutions that honor these principles:

​​

  • Open source — no proprietary black boxes

  • Unstoppable — relying solely on smart contracts, not trusted parties

  • Private — protecting user sovereignty by default

  • Permissionless — no special privileges for any entity or group

  • Censorship-resistant — usable by any Ethereum address, always

​

We support builders and hackathons tackling complex challenges the hard way—without compromising on these values.

*/

article[6] = true;
  /*

No Price Talk, No Financial Advice

We don't host talks about:​

  • Token prices or trading strategies

  • Centralized exchanges or custodial wallets

  • Financial speculation or investment advice

  • Memecoins, yield farming, or get-rich-quick schemes

​

Centralized tools may onboard users. They don't make them free.

Prices are temporary. Open source code and smart contracts are permanent.

*/

article[7] = true;
  /*

Ethereum-Native, Always

ETH Tbilisi exclusively supports Ethereum and its ecosystem:

  • Ethereum mainnet applications

  • Ethereum Layer 2s secured by Ethereum

  • Infrastructure strengthening Ethereum's decentralization

​

We don't engage with alternative L1 chains or non-Ethereum applications.

​

We are Ethereum.

*/

for (uint256 i = 0); i < articles; i++) {

   if (article[i] == true) {
       
ethereun_aligment_counter++;
   }

 

}

if (ethereun_aligment_counter < 8) { 
    revert(
"invalid ethereum alignment");
} else {
    return true
;
}

}

ETH Tbilisi copyright 2025

Blockchain, Crypto, Ethereum, Base, Optimism, Zero-knowledge and more.

  • https://t.me/ethtbilisi
  • icons8-x-50-2
  • icons8-youtube-50-2
  • icons8-instagram-50
bottom of page