Posts

Focus Tokenomics for Your Own Coins

Image
Let us explain the Tokenomic Details of Focus defined for your Coins Bonding Curve : Definition: A bonding curve is a mathematical curve that defines the relationship between the price and supply of a token. As more tokens are purchased, the price increases, and as tokens are sold, the price decreases. Purpose:To provide a continuous and predictable price discovery mechanism. To ensure liquidity for a token. To allow for the gradual distribution of tokens. Key Features:The price of the token is algorithmically determined. The curve can be designed with various shapes and parameters. Bonding curves are often used in decentralized finance (DeFi) projects. AMM (Automated Market Maker): Definition: An automated market maker (AMM) is a decentralized exchange (DEX) protocol that relies on mathematical formulas to price assets 1 and facilitate trades. www.kikitrade.com Purpose:To provide liquidity on decentralized exchanges. To enable users to trade assets without the need for traditional or...

First Steps in Focus - Main Screen & Menus

Image
You have finally logged in to Focus and you are now inside. Welcome! So what will you do? Of course you will do whatever you do in other social media (X/Twitter, Instagram, Facebook, etc.)  Before some suggestions for the first steps let's check Focus page first; We will continue with sub-details of Menu... You can Sign-up with this Invitation Code >  https://focus.xyz/?password=CX12XE1P

Imagine if Twitter, Patreon, and Crypto had a baby—that’s FOCUS! 🚀

Image
Here’s why you might love it: 🔥 Own Your Content No one can delete your posts— you control them. No ads spying on you, no weird algorithm tricks. 💰 Make Money While You Post Get Paid for Engagement : If your posts do well, you earn real money in $FOCUS tokens. Paid Reposts : Brands can pay you to share their content. Paid DMs : Set a price for messages—no more spam! Subscriptions & Unlockable Content : Like Patreon or OnlyFans, but with instant crypto payments and way lower fees . 🎁 Earn Free Crypto for Joining & Referring If you have followers on Twitter, Instagram, YouTube, TikTok, etc. , you get free $FOCUS tokens just for signing up. Refer your friends and get a cut of everything they earn—forever! 🤖 AI-Powered & No Bots Your feed is based on real users , not bots or fake accounts. AI helps you create and monetize content , even using your own images. 🔄 Instant Crypto Cashouts No waiting —convert your earnings to Bitcoin, Ethereum, So...

Procedural Drawing for Grayscale Height Maps on MS Small Basic

Image
 I wrote this basic program for creating some height maps procedurally based on Fibonacci Series, that can be used for 3d modelling or some AI stylizing. Below image is created from seeds 06 and 12: And this is the 3D model of it: Link of code:  http://smallbasic.com/program/?TDJF742.000 Code: zero: GraphicsWindow.Width=1000 GraphicsWindow.Height=800 'Input seeds and step length ' angle seed 1: TextWindow.Show() TextWindow.WriteLine("Enter Angle Seed #1 (0-255):") don1=TextWindow.Read() ' angle seed 2: TextWindow.WriteLine("Enter Angle Seed #2 (0-255):") don2=TextWindow.Read() aci=don2/256*360 renk1= 0 adim=math.Remainder((128+don2/2)/(renk1+1),256) TextWindow.Hide() xx=GraphicsWindow.width/2 yy=GraphicsWindow.Height/2 GraphicsWindow.Title="Procedural painter | seeds: "+don1+" & "+don2 GraphicsWindow.BackgroundColor="Black" 'procedure loop start: GraphicsWindow.BrushColor = GraphicsWindow.GetColorFromRGB(renk1,renk1...

My New Spiral Procedural Drawing Program on Small Basic

Image
 I coded a new procedural drawing program which is using Fibonacci series with two seeds and draws spirals accordingly. The code takes gray tone, thickness of pen, step length and angle change from the Fibonacci series having these two seeds. This is the spiral created from the seeds 30 and 9: And this is the AI stylized image from above image: Small Basic Link of the code>>  http://smallbasic.com/program/?ZKDV668.000 Here is the code itself : zero: GraphicsWindow.Width=1024 GraphicsWindow.Height=768 Turtle.Speed = 10 radius=1 angle=0 'Input seeds and step length ' angle seed 1: TextWindow.Show() TextWindow.WriteLine("Enter Angle Seed #1 (0-255):") don1=TextWindow.Read() ' angle seed 2: TextWindow.WriteLine("Enter Angle Seed #2 (0-255):") don2=TextWindow.Read() renk1= MATH.Remainder(don2,256) pw= MATH.Remainder(don2+don1,8) TextWindow.Hide() turtle.X=GraphicsWindow.width/2 turtle.Y=GraphicsWindow.Height/2 GraphicsWindow.Title="Turtle the proce...

Diamond the Decentralized Social Network includes NTF World and More

Image
What is Diamond? It is a decentralized Social Network like Twitter or Instagram. But, and it is big BUT, it includes NFT creation tools, NFT market, sale and buy opportunities for its users. You can create your NFT's and sell there. Or follow some NFT artists and buy their NFT's. You can keep your NFT collection or sell some of them later. Every user has his/her own Coin in Diamond. I invite you check Diamond World to explore beauties of decentralized Social Network and NTF world together while earning money. If you Sign Up via this link you will get $25 >>>  https://diamondapp.com/?r=SFXFRAkg What is Diamond? Diamond is a new type of social network that mixes speculation and social media, and it’s built from the ground up as its own custom blockchain. Its architecture is similar to Bitcoin, only it can support complex social network data like posts, profiles, follows, speculation features, and much more at significantly higher throughput and scale. Like Bitcoin, Di...

3D Virtual NFT Exhibition (Procedural Drawings and AI Stylizing)

Image
I created a 3D Virtual Exhibition for my NFT's created using Procedural Drawings from Fibonacci Series and AI stylizing. I coded different type of  Procedural Drawing Creator programs and run Google's AI Style scripts on them. And results is...:   You can visit my BitClout account if you want to see more and may be to buy some of them from below link: https://diamondapp.com?r=PiaYfv5X