SolMate Coin (SOMA) is a deflationary, reward-powered cryptocurrency on the Solana blockchain, uniquely designed to combine blockchain utility with real-world compassion. SOMA holders don't just invest—they help save lives through a verifiable donation model for no-kill animal shelters.Mascots Soma and Solie lead the charge, representing loyalty and empathy, symbolizing the power of community-driven crypto.
SolMate enforces a 10% tax on sell and transfer transactions only. Buy actions are untaxed to promote healthy growth and long-term holding.
Tax Component | Allocation | Description |
---|---|---|
SOMA Rewards Pool | 65% | Distributed to holders in SOL |
Dev & Shelter Fund | 30% | Fuels innovation and shelter donations |
Burn Mechanism | 5% | Permanently removes supply, increasing scarcity |
Rewards are automatically distributed every hour to wallets holding 100,000+ SOMA—no staking required.
SolMate’s shelter donation mechanism activates upon reaching a $3 million market cap, releasing funds from the development pool in accordance with contractual obligations.rust
// Shelter Donation Commitment Triggered at $3M Market Cap
contract ShelterFunding {
address public shelterWallet;
uint256 public marketCapTrigger = 3_000_000 * 1e18;
uint256 public devFundTotal = 300_000_000 * 1e18; // 30% of total supply
uint256 public donationShare = (devFundTotal * 60) / 100; // 60% of Dev Fund
bool public triggered = false;
constructor(address _shelterWallet) {
shelterWallet = _shelterWallet;
}
function activateFunding(uint256 currentMarketCap) external {
require(!triggered, "Shelter donation already triggered");
if (currentMarketCap >= marketCapTrigger) {
triggered = true;
distributeDonation();
}
}
function distributeDonation() internal {
payable(shelterWallet).transfer(donationShare);
}
function updateWallet(address newWallet) external onlyDAO {
shelterWallet = newWallet;
}
}
The SolMate Coin Core Team irrevocably binds 60% of the total development fund toward verified no-kill animal shelter donations. This clause is permanently encoded in the SOMA smart contract and may only be updated through DAO consensus for wallet reassignment. Violations of this provision shall trigger DAO-led enforcement protocols.
Together, they narrate SOMA's mission through visual branding, animated content, and community campaigns.
SOMA token holders vote on:
Proposals require a 60% quorum and must align with SolMate’s philanthropic mission.
✔ Token launch ✔ Mascot branding ✔ Whitepaper publication ✔ Shelter wallet deployment
🔜 Activate tax model 🔜 Launch hourly SOL rewards 🔜 Initiate DAO voting system 🔜 Release mascot-themed NFTs
🔜 Begin shelter donation distributions 🔜 Launch AR/VR shelter tours 🔜 Matrix-style dashboard 🔜 Multi-chain integrations
SolMate Coin isn’t just a blockchain asset—it’s a movement where every transaction delivers financial empowerment and lifesaving compassion. With Soma and Solie guiding the way, SOMA holders become community stewards, builders of a kinder, smarter crypto ecosystem.