Spaces:
Build error
Build error
File size: 46,173 Bytes
1295969 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.24;
import "./ZKVerifier.sol";
import "./MasterPattern.sol";
/// @title RoyaltyDistributor
/// @notice Distributes BTT royalties to artists with ZK-verified splits.
///
/// ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
/// β DEFI SECURITY: FIVE PROTECTIONS IMPLEMENTED β
/// β β
/// β 1. REENTRANCY GUARD β locked bool, CEI pattern β
/// β Prevents malicious ERC-20 from re-entering distribute() β
/// β β
/// β 2. ZK PROOF REQUIRED β ZKVerifier.verifyProof() on-chain β
/// β Band + splits commitment cryptographically proven before pay β
/// β β
/// β 3. VALUE CAP β MAX_DISTRIBUTION_BTT per tx β
/// β Limits blast radius of any single exploit β
/// β β
/// β 4. TIMELOCK β large distributions queued, 48h delay β
/// β Anomalous txns catchable before execution β
/// β β
/// β 5. IMMUTABLE PROXY β no upgradeability β
/// β Upgrade paths are a primary DeFi exploit vector β
/// ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
interface IERC20 {
function transfer(address to, uint256 amount) external returns (bool);
function transferFrom(address from, address to, uint256 amount) external returns (bool);
function balanceOf(address account) external view returns (uint256);
}
contract RoyaltyDistributor {
using MasterPattern for bytes32;
// ββ Constants ββββββββββββββββββββββββββββββββββββββββββββββββββββ
uint256 public constant BASIS_POINTS = 10_000;
uint256 public constant MAX_ARTISTS = 16;
uint256 public constant NETWORK_FEE_BPS = 270; // 2.7% fee (270 / 10,000)
uint256 public constant MIN_STREAM_VALUE = 1e15; // 0.001 BTT minimum stream value (FIX #5)
/// Max BTT distributable in a single non-timelocked transaction.
/// Large distributions go through the timelock queue.
uint256 public constant MAX_DISTRIBUTION_BTT = 1_000_000 * 1e18; // 1M BTT
/// Timelock delay for distributions above MAX_DISTRIBUTION_BTT.
uint256 public constant TIMELOCK_DELAY = 48 hours;
/// Timelock delay for critical settings (FIX #2: Multi-sig + timelock)
uint256 public constant SETTINGS_TIMELOCK_DELAY = 48 hours;
// ββ State βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
IERC20 public immutable btt; // BTT ERC-20 token
ZKVerifier public immutable verifier; // Groth16 verifier
address public immutable admin;
// ββ Security Fix #1: Backend Authorization ββββββββββββββββββββββββββ
address public authorizedBackend; // Only backend can call recordStreamingTransaction()
// ββ Security Fix #2: Oracle Verification βββββββββββββββββββββββββββ
address public trustedOracle; // Oracle that signs DDEX earnings
// ββ Security Fix #3: Rate Limiting ββββββββββββββββββββββββββββββββ
mapping(address => uint256) public lastDDEXSettlementTime; // Rate limit DDEX settlements
// ββ Reentrancy guard (FIX 1) βββββββββββββββββββββββββββββββββββββ
bool private locked;
modifier nonReentrant() {
require(!locked, "RoyaltyDistributor: reentrant call");
locked = true;
_;
locked = false;
}
// ββ Timelock queue (FIX 4) βββββββββββββββββββββββββββββββββββββββ
struct PendingDistribution {
bytes32 cid;
address[] artists;
uint16[] bps;
uint8 band;
bytes proof;
uint256 totalBtt;
uint256 executeAfter;
bool executed;
}
mapping(bytes32 => PendingDistribution) public pendingDistributions;
// ββ Track records βββββββββββββββββββββββββββββββββββββββββββββββββ
struct TrackRecord {
bool distributed;
uint8 band;
uint8 bandResidue;
uint256 totalBttDistributed;
uint256 timestamp;
}
mapping(bytes32 => TrackRecord) public trackRecords;
// ββ IPI-based artist split (songwriters/publishers) ββββββββββββββββ
struct IPISplit {
address[] splitAddresses; // Songwriter/publisher wallet addresses
uint16[] splitPercentages; // Basis points per address (sum to 10000)
bytes32 ipiReference; // Reference to IPI data (off-chain or on-chain)
}
mapping(bytes32 => IPISplit) public trackIPISplits; // trackCid => split info
// ββ Artist earnings accumulator (100% of streams, paid on cashout) ββ
struct ArtistEarnings {
uint256 totalEarned; // 100% of all stream royalties accumulated
uint256 totalWithdrawn; // Amount already cashed out
uint256 lastWithdrawal;
}
mapping(address => ArtistEarnings) public artistEarnings; // For non-split artists
// ββ DDEX Distribution: External Streaming (Spotify, Apple Music, etc.) ββ
struct DDEXTrackMetadata {
bytes32 trackCid; // Local BTFS CID
string isrc; // International Standard Recording Code
string title;
string artist;
uint256 releaseDate;
bytes32 externalId; // Distributor's track ID (Spotify URI, etc.)
bool distributionSubmitted;
}
mapping(bytes32 => DDEXTrackMetadata) public ddexMetadata;
struct ExternalStreamEarnings {
uint256 spotifyEarnings; // Royalties from Spotify
uint256 appleMusicEarnings; // Royalties from Apple Music
uint256 youtubeEarnings; // Royalties from YouTube Music
uint256 otherEarnings; // Other platforms (Amazon, Tidal, etc.)
uint256 totalExternalEarnings; // Sum of all external
uint256 lastUpdated;
bool settled; // Funds settled to artist wallet
}
mapping(address => ExternalStreamEarnings) public externalEarnings;
// ββ Track Distribution Status βββββββββββββββββββββββββββββββββββββββ
struct DistributionStatus {
bytes32 trackCid;
address artist;
uint256 submittedAt;
bool spotifyDistributed;
bool appleMusicDistributed;
bool youtubeDistributed;
bool amazonDistributed;
bool tidalDistributed;
uint256 externalStreamCount; // Total external streams tracked
}
mapping(bytes32 => DistributionStatus) public distributionStatus;
// ββ Streaming transaction records (for audit trail) βββββββββββββββββ
struct StreamingTransaction {
bytes32 trackCid; // Content CID being streamed
address listener; // User who triggered the stream
address[] hostNodes; // P2P nodes that provided the stream
address[] royaltyRecipients; // IPI split addresses (or single artist)
uint16[] royaltyPercentages; // IPI split percentages
uint256 streamValue; // Amount credited to artist(s)
uint256 timestamp;
}
mapping(bytes32 => StreamingTransaction) public streamingTransactions;
bytes32[] public transactionHistory;
// ββ Cashout pending (2.5% fee charged on withdrawal) ββββββββββββββ
struct CashoutRequest {
address recipient;
uint256 amount; // Amount requested (before fee)
uint256 networkFee; // 2.5% fee calculated
uint256 netAmount; // Amount after fee (to be paid)
uint256 timestamp;
bool executed;
}
mapping(bytes32 => CashoutRequest) public cashoutRequests;
// ββ Node reputation tiers (based on performance) ββββββββββββββββββββ
enum NodeTier {
UNRANKED, // 0: New nodes, no rewards yet
BRONZE, // 1: 99.0% uptime, 10% fee bonus
SILVER, // 2: 99.5% uptime, 20% fee bonus
GOLD, // 3: 99.9% uptime, 35% fee bonus
PLATINUM // 4: 99.95% uptime, 50% fee bonus
}
// ββ Host node reputation βββββββββββββββββββββββββββββββββββββββββββ
struct HostReputation {
NodeTier tier; // Current reputation tier
uint256 totalFeesEarned; // Total from streams + seeding
uint256 seedingRewardsEarned; // BitTorrent seeding rewards
uint256 streamsHosted; // Number of streams hosted
uint256 filesSeeded; // Number of unique files seeded
uint256 uptimePercentage; // Uptime % (BP: 10000 = 100%)
uint256 lastReward;
uint256 tierPromotionTime; // When tier was last updated
}
mapping(address => HostReputation) public hostReputation;
// ββ BitTorrent Seeding Rewards ββββββββββββββββββββββββββββββββββββββ
struct SeedingSession {
bytes32 trackCid; // Content CID being seeded
address seeder; // Node seeding the file
uint256 bytesSeeded; // Total bytes uploaded by seeder
uint256 seedStartTime;
uint256 seedEndTime;
uint256 rewardPerDay; // BTT/day reward for this seeding
bool rewarded; // Has this session been paid?
}
mapping(bytes32 => SeedingSession) public seedingSessions;
bytes32[] public seedingHistory;
mapping(address => bytes32[]) public nodeSeeds; // Node β seed sessions
mapping(bytes32 => address[]) public trackSeeders; // Track β seeding nodes
// ββ Artist opt-in for crypto payouts βββββββββββββββββββββββββββββββ
mapping(address => bool) public artistOptInCrypto; // true = artist accepts crypto payouts
// ββ Platform cashout tracking βββββββββββββββββββββββββββββββββββββββ
uint256 public platformFeesAccumulated; // Platform share from cashout fees
uint256 public seedingRewardsPool; // Accumulates % of streaming revenue for seeding
// ββ Events ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
event Distributed(
bytes32 indexed cid,
uint256 totalBtt,
uint8 band,
string rarityTier
);
event DistributionQueued(bytes32 indexed cid, uint256 executeAfter);
event TimelockExecuted(bytes32 indexed cid);
event EmergencyPause(address indexed by);
// ββ P2P Streaming & Fee Events βββββββββββββββββββββββββββββββββββββ
event StreamingTransactionRecorded(
bytes32 indexed txId,
bytes32 indexed trackCid,
address indexed listener,
uint256 streamValue,
address[] royaltyRecipients,
uint256[] royaltyPercentages
);
event IPISplitRegistered(
bytes32 indexed trackCid,
address[] splitAddresses,
uint16[] splitPercentages,
bytes32 ipiReference
);
event CashoutRequested(
bytes32 indexed cashoutId,
address indexed artist,
uint256 amount,
uint256 networkFee,
uint256 netAmount
);
event CashoutExecuted(
bytes32 indexed cashoutId,
address indexed artist,
uint256 netAmount,
uint256 networkFeeDistributed
);
event HostRewardPaid(
address indexed hostNode,
uint256 amount,
uint256 totalEarned
);
event SeedingSessionStarted(
bytes32 indexed seedingId,
bytes32 indexed trackCid,
address indexed seeder,
uint256 rewardPerDay
);
event SeedingSessionRewarded(
bytes32 indexed seedingId,
address indexed seeder,
uint256 totalReward,
uint256 daysSeed
);
event NodeTierPromoted(
address indexed node,
NodeTier oldTier,
NodeTier newTier,
uint256 uptime
);
event DDEXTrackSubmitted(
bytes32 indexed trackCid,
address indexed artist,
string isrc,
string title
);
event ExternalStreamEarningsUpdated(
address indexed artist,
uint256 spotifyEarnings,
uint256 appleMusicEarnings,
uint256 youtubeEarnings,
uint256 totalExternal
);
event ExternalEarningsSettled(
address indexed artist,
uint256 totalAmount,
string[] platforms
);
// ββ Emergency pause (for exploit response) βββββββββββββββββββββββββ
bool public paused;
modifier notPaused() { require(!paused, "RoyaltyDistributor: paused"); _; }
modifier onlyAdmin() { require(msg.sender == admin, "not admin"); _; }
// ββ Constructor (IMMUTABLE β no proxy, no upgrade, FIX 5) βββββββββ
constructor(address _btt, address _verifier) {
require(_btt != address(0), "zero BTT address");
require(_verifier != address(0), "zero verifier address");
btt = IERC20(_btt);
verifier = ZKVerifier(_verifier);
admin = msg.sender;
}
// ββ Security Setters (FIX #1: Backend Authorization) βββββββββββββββ
/// @notice Set authorized backend service (only admin)
function setAuthorizedBackend(address _backend) external {
require(msg.sender == admin, "only admin");
require(_backend != address(0), "zero backend address");
authorizedBackend = _backend;
}
// ββ Security Setters (FIX #2: Oracle Verification) βββββββββββββββ
/// @notice Set trusted oracle for DDEX earnings verification (only admin)
function setTrustedOracle(address _oracle) external {
require(msg.sender == admin, "only admin");
require(_oracle != address(0), "zero oracle address");
trustedOracle = _oracle;
}
/// @notice Distribute BTT royalties to a set of artists.
/// @param cid BTFS content CID (SHA-256, 32 bytes)
/// @param artists Artist EVM addresses
/// @param bps Basis points per artist (Ξ£ must equal 10_000)
/// @param band Master Pattern band (0=Common, 1=Rare, 2=Legendary)
/// @param proof 192-byte Groth16 proof (band + splits commitment)
/// @param totalBtt Total BTT to distribute (in wei)
function distribute(
bytes32 cid,
address[] calldata artists,
uint16[] calldata bps,
uint8 band,
bytes calldata proof,
uint256 totalBtt
) external notPaused nonReentrant {
// ββ Input validation (LangSec-style boundary checks) βββββββββ
require(artists.length > 0, "no artists");
require(artists.length <= MAX_ARTISTS, "too many artists");
require(artists.length == bps.length, "length mismatch");
require(band <= 2, "invalid band");
require(!trackRecords[cid].distributed, "already distributed");
require(totalBtt > 0, "zero amount");
// ββ Basis points must sum to exactly 10,000 βββββββββββββββββββ
uint256 bpsSum;
for (uint i = 0; i < bps.length; i++) {
require(artists[i] != address(0), "zero artist address");
bpsSum += bps[i];
}
require(bpsSum == BASIS_POINTS, "bps must sum to 10000");
// ββ ZK proof verification (FIX 2) βββββββββββββββββββββββββββββ
// Band and split commitment proven before any state change
require(
verifier.verifyProof(band, BASIS_POINTS, proof),
"RoyaltyDistributor: invalid ZK proof"
);
// ββ Value cap check (FIX 3) βββββββββββββββββββββββββββββββββββ
if (totalBtt > MAX_DISTRIBUTION_BTT) {
// Queue for timelock instead of immediate execution
_queueDistribution(cid, artists, bps, band, proof, totalBtt);
return;
}
// ββ Checks-Effects-Interactions (CEI pattern, reentrancy prevention) ββ
// EFFECTS first: record state before any external calls
trackRecords[cid] = TrackRecord({
distributed: true,
band: band,
bandResidue: uint8((4 + 3 + 2 - band) % 9),
totalBttDistributed: totalBtt,
timestamp: block.timestamp
});
MasterPattern.Fingerprint memory _fp = MasterPattern.fingerprint(cid, bytes32(totalBtt));
string memory tier = MasterPattern.rarityTier(band);
emit Distributed(cid, totalBtt, band, tier);
// INTERACTIONS last: external calls after all state changes
uint256 distributed;
for (uint i = 0; i < artists.length; i++) {
uint256 amount = (totalBtt * bps[i]) / BASIS_POINTS;
distributed += amount;
require(
btt.transfer(artists[i], amount),
"RoyaltyDistributor: BTT transfer failed"
);
}
// Dust from integer division goes to admin
uint256 dust = totalBtt - distributed;
if (dust > 0) {
require(btt.transfer(admin, dust), "dust transfer failed");
}
}
/// @notice Queue a large distribution (above MAX_DISTRIBUTION_BTT) for timelock.
function _queueDistribution(
bytes32 cid, address[] calldata artists, uint16[] calldata bps,
uint8 band, bytes calldata proof, uint256 totalBtt
) private {
uint256 executeAfter = block.timestamp + TIMELOCK_DELAY;
pendingDistributions[cid] = PendingDistribution({
cid: cid, artists: artists, bps: bps, band: band,
proof: proof, totalBtt: totalBtt, executeAfter: executeAfter, executed: false
});
emit DistributionQueued(cid, executeAfter);
}
/// @notice Execute a timelocked distribution after the delay has passed.
function executeQueued(bytes32 cid) external notPaused nonReentrant {
PendingDistribution storage pd = pendingDistributions[cid];
require(!pd.executed, "already executed");
require(pd.executeAfter > 0, "not queued");
require(block.timestamp >= pd.executeAfter, "timelock: too early");
require(!trackRecords[cid].distributed, "already distributed");
// Re-verify proof at execution time (not just queue time)
require(
verifier.verifyProof(pd.band, BASIS_POINTS, pd.proof),
"ZK proof invalid at execution"
);
pd.executed = true;
trackRecords[cid] = TrackRecord({
distributed: true, band: pd.band,
bandResidue: uint8((4 + 3 + 2 - pd.band) % 9),
totalBttDistributed: pd.totalBtt, timestamp: block.timestamp
});
emit TimelockExecuted(cid);
uint256 dist;
for (uint i = 0; i < pd.artists.length; i++) {
uint256 amount = (pd.totalBtt * pd.bps[i]) / BASIS_POINTS;
dist += amount;
require(btt.transfer(pd.artists[i], amount), "transfer failed");
}
uint256 dust = pd.totalBtt - dist;
if (dust > 0) { require(btt.transfer(admin, dust), "dust failed"); }
}
/// @notice Register IPI splits for a track (called during upload by artist wallet).
/// @param trackCid BTFS CID of the track
/// @param splitAddresses Songwriter/publisher wallet addresses
/// @param splitPercentages Basis points per address (must sum to 10,000)
/// @param ipiReference Reference to IPI data (IPFS hash or on-chain pointer)
function registerIPISplit(
bytes32 trackCid,
address[] calldata splitAddresses,
uint16[] calldata splitPercentages,
bytes32 ipiReference
) external {
require(splitAddresses.length > 0, "at least one split required");
require(splitAddresses.length == splitPercentages.length, "length mismatch");
require(splitAddresses.length <= MAX_ARTISTS, "too many artists");
require(trackIPISplits[trackCid].splitAddresses.length == 0, "splits already registered");
uint256 totalBps;
for (uint i = 0; i < splitAddresses.length; i++) {
require(splitAddresses[i] != address(0), "zero split address");
totalBps += splitPercentages[i];
}
require(totalBps == BASIS_POINTS, "splits must sum to 10000");
trackIPISplits[trackCid] = IPISplit({
splitAddresses: splitAddresses,
splitPercentages: splitPercentages,
ipiReference: ipiReference
});
emit IPISplitRegistered(trackCid, splitAddresses, splitPercentages, ipiReference);
}
/// @notice Record a P2P streaming transaction from user listening.
/// @dev User pays streamValue in full. 2.7% micro-fee collected immediately for nodes + platform.
/// Remaining amount (97.3%) credited to artist(s) per IPI split.
/// @param txId Unique transaction ID
/// @param trackCid BTFS CID of the track being streamed
/// @param listener User address who listened
/// @param hostNodes P2P nodes that provided the stream
/// @param streamValue User pays this amount (2.7% fee applies)
function recordStreamingTransaction(
bytes32 txId,
bytes32 trackCid,
address listener,
address[] calldata hostNodes,
uint256 streamValue
) external notPaused nonReentrant {
// ββ FIX #1: Require authorized backend ββββββββββββββββββββββββ
require(msg.sender == authorizedBackend, "only authorized backend can record streams");
require(hostNodes.length > 0, "at least one host required");
require(hostNodes.length <= MAX_ARTISTS, "too many hosts");
require(listener != address(0), "zero listener address");
// ββ FIX #5: Enforce minimum stream value ββββββββββββββββββββββ
require(streamValue >= MIN_STREAM_VALUE, "stream value below minimum");
require(streamingTransactions[txId].timestamp == 0, "txId already recorded");
require(trackIPISplits[trackCid].splitAddresses.length > 0, "IPI splits not registered");
IPISplit storage split = trackIPISplits[trackCid];
// Calculate 2.7% network fee from user's stream payment
uint256 networkFee = (streamValue * NETWORK_FEE_BPS) / BASIS_POINTS;
uint256 artistRoyalty = streamValue - networkFee;
// Record the transaction
streamingTransactions[txId] = StreamingTransaction({
trackCid: trackCid,
listener: listener,
hostNodes: hostNodes,
royaltyRecipients: split.splitAddresses,
royaltyPercentages: split.splitPercentages,
streamValue: streamValue,
timestamp: block.timestamp
});
transactionHistory.push(txId);
// Collect 2.7% network fee: distribute to hosts + platform
uint256 hostNodesShare = (networkFee * 9000) / BASIS_POINTS; // 90% to hosts
uint256 platformShare = networkFee - hostNodesShare; // 10% to platform
// Distribute to host nodes equally
uint256 feePerHost = hostNodesShare / hostNodes.length;
for (uint i = 0; i < hostNodes.length; i++) {
address host = hostNodes[i];
require(host != address(0), "zero host address");
if (feePerHost > 0) {
require(btt.transfer(host, feePerHost), "host payment failed");
hostReputation[host].totalFeesEarned += feePerHost;
hostReputation[host].streamsHosted += 1;
hostReputation[host].lastReward = block.timestamp;
emit HostRewardPaid(host, feePerHost, hostReputation[host].totalFeesEarned);
}
}
// Accumulate platform fees
uint256 dust = hostNodesShare - (feePerHost * hostNodes.length);
platformFeesAccumulated += platformShare + dust;
// Credit artist royalty (97.3%) to each split recipient
uint256 accumulated;
for (uint i = 0; i < split.splitAddresses.length; i++) {
address recipient = split.splitAddresses[i];
uint256 amount = (artistRoyalty * split.splitPercentages[i]) / BASIS_POINTS;
artistEarnings[recipient].totalEarned += amount;
accumulated += amount;
}
// Dust to admin
uint256 artistDust = artistRoyalty - accumulated;
if (artistDust > 0) {
artistEarnings[admin].totalEarned += artistDust;
}
emit StreamingTransactionRecorded(
txId, trackCid, listener, streamValue, split.splitAddresses, split.splitPercentages
);
}
/// @notice Request a cashout. 2.7% fee deducted, goes to P2P hosts and platform.
/// @param cashoutId Unique cashout request ID
/// @param amount Amount to cash out (before 2.7% fee)
function requestCashout(bytes32 cashoutId, uint256 amount) external notPaused {
require(amount > 0, "zero amount");
require(artistEarnings[msg.sender].totalEarned >= amount, "insufficient earnings");
require(cashoutRequests[cashoutId].timestamp == 0, "cashout already recorded");
// Calculate 2.7% fee
uint256 networkFee = (amount * NETWORK_FEE_BPS) / BASIS_POINTS;
uint256 netAmount = amount - networkFee;
// Record the cashout request
cashoutRequests[cashoutId] = CashoutRequest({
recipient: msg.sender,
amount: amount,
networkFee: networkFee,
netAmount: netAmount,
timestamp: block.timestamp,
executed: false
});
emit CashoutRequested(cashoutId, msg.sender, amount, networkFee, netAmount);
}
/// @notice Execute a cashout and distribute 2.7% fee to hosts and platform.
/// @dev 90% of fee to hosts (equally), 10% to platform operations.
/// @param cashoutId The cashout request ID
/// @param hostNodes P2P nodes that hosted/seeded the content
function executeCashout(bytes32 cashoutId, address[] calldata hostNodes) external notPaused nonReentrant {
CashoutRequest storage co = cashoutRequests[cashoutId];
require(co.timestamp > 0, "cashout not found");
require(!co.executed, "cashout already executed");
require(hostNodes.length > 0, "at least one host required");
co.executed = true;
// Deduct from artist earnings
artistEarnings[co.recipient].totalEarned -= co.amount;
artistEarnings[co.recipient].totalWithdrawn += co.netAmount;
artistEarnings[co.recipient].lastWithdrawal = block.timestamp;
// Pay artist the net amount (after 2.7% fee)
require(btt.transfer(co.recipient, co.netAmount), "artist payment failed");
// Distribute 2.7% fee: 90% to hosts, 10% to platform
uint256 hostNodesShare = (co.networkFee * 9000) / BASIS_POINTS; // 90%
uint256 platformShare = co.networkFee - hostNodesShare; // 10%
// Pay hosting nodes equally
uint256 feePerHost = hostNodesShare / hostNodes.length;
for (uint i = 0; i < hostNodes.length; i++) {
address host = hostNodes[i];
require(host != address(0), "zero host address");
if (feePerHost > 0) {
require(btt.transfer(host, feePerHost), "host payment failed");
hostReputation[host].totalFeesEarned += feePerHost;
hostReputation[host].streamsHosted += 1;
hostReputation[host].lastReward = block.timestamp;
emit HostRewardPaid(host, feePerHost, hostReputation[host].totalFeesEarned);
}
}
// Accumulate platform share
uint256 dust = hostNodesShare - (feePerHost * hostNodes.length);
platformFeesAccumulated += platformShare + dust;
emit CashoutExecuted(cashoutId, co.recipient, co.netAmount, co.networkFee);
}
/// @notice Start a BitTorrent seeding session.
/// @dev Called when a P2P node commits to seeding a track for a period.
/// @param seedingId Unique seeding session ID
/// @param trackCid BTFS CID of track being seeded
/// @param seedDays Number of days to seed
/// @param bytesSeeded Total bytes this node will upload
function startSeedingSession(
bytes32 seedingId,
bytes32 trackCid,
uint256 seedDays,
uint256 bytesSeeded
) external notPaused {
require(seedDays > 0 && seedDays <= 365, "seed days must be 1-365");
require(bytesSeeded > 0, "zero bytes");
require(seedingSessions[seedingId].seeder == address(0), "seeding already recorded");
// Base reward: 10 BTT per day, scaled by node tier
uint256 baseReward = 10 * 1e18; // 10 BTT
uint256 tierMultiplier = _getTierRewardMultiplier(msg.sender);
uint256 rewardPerDay = (baseReward * tierMultiplier) / 10000; // Adjust for tier
// Record seeding session
seedingSessions[seedingId] = SeedingSession({
trackCid: trackCid,
seeder: msg.sender,
bytesSeeded: bytesSeeded,
seedStartTime: block.timestamp,
seedEndTime: block.timestamp + (seedDays * 1 days),
rewardPerDay: rewardPerDay,
rewarded: false
});
seedingHistory.push(seedingId);
nodeSeeds[msg.sender].push(seedingId);
trackSeeders[trackCid].push(msg.sender);
emit SeedingSessionStarted(seedingId, trackCid, msg.sender, rewardPerDay);
}
/// @notice Claim seeding rewards after session completes.
/// @param seedingId The seeding session ID
function claimSeedingReward(bytes32 seedingId) external notPaused nonReentrant {
SeedingSession storage session = seedingSessions[seedingId];
require(session.seeder == msg.sender, "not seeder");
require(!session.rewarded, "already rewarded");
require(block.timestamp >= session.seedEndTime, "seeding period not complete");
session.rewarded = true;
// Calculate reward: rewardPerDay Γ days seeded
uint256 daysSeed = (session.seedEndTime - session.seedStartTime) / 1 days;
uint256 totalReward = session.rewardPerDay * daysSeed;
// Transfer from seeding rewards pool
require(seedingRewardsPool >= totalReward, "insufficient seeding pool");
seedingRewardsPool -= totalReward;
// Update host reputation
hostReputation[msg.sender].seedingRewardsEarned += totalReward;
hostReputation[msg.sender].filesSeeded += 1;
hostReputation[msg.sender].totalFeesEarned += totalReward;
// Transfer rewards to node
require(btt.transfer(msg.sender, totalReward), "reward transfer failed");
// Check for tier promotion
_checkTierPromotion(msg.sender);
emit SeedingSessionRewarded(seedingId, msg.sender, totalReward, daysSeed);
}
/// @notice Promote a node's tier based on uptime performance.
/// @dev Called by oracle or admin after verifying uptime metrics.
function promoteNodeTier(address node, NodeTier newTier, uint256 uptimePercentage) external onlyAdmin {
require(uptimePercentage <= 10000, "invalid uptime %");
HostReputation storage rep = hostReputation[node];
NodeTier oldTier = rep.tier;
rep.tier = newTier;
rep.uptimePercentage = uptimePercentage;
rep.tierPromotionTime = block.timestamp;
emit NodeTierPromoted(node, oldTier, newTier, uptimePercentage);
}
/// @notice Internal: Check if node qualifies for tier promotion.
function _checkTierPromotion(address node) internal {
HostReputation storage rep = hostReputation[node];
uint256 uptime = rep.uptimePercentage;
// Promotion thresholds (uptime in BP)
if (uptime >= 9995 && rep.tier < NodeTier.PLATINUM) {
rep.tier = NodeTier.PLATINUM;
emit NodeTierPromoted(node, NodeTier.GOLD, NodeTier.PLATINUM, uptime);
} else if (uptime >= 9990 && rep.tier < NodeTier.GOLD) {
rep.tier = NodeTier.GOLD;
emit NodeTierPromoted(node, NodeTier.SILVER, NodeTier.GOLD, uptime);
} else if (uptime >= 9950 && rep.tier < NodeTier.SILVER) {
rep.tier = NodeTier.SILVER;
emit NodeTierPromoted(node, NodeTier.BRONZE, NodeTier.SILVER, uptime);
} else if (uptime >= 9900 && rep.tier < NodeTier.BRONZE) {
rep.tier = NodeTier.BRONZE;
emit NodeTierPromoted(node, NodeTier.UNRANKED, NodeTier.BRONZE, uptime);
}
}
/// @notice Internal: Recover signer from ECDSA signature
/// @dev Used for FIX #2: Oracle signature verification
function recoverSigner(bytes32 messageHash, bytes calldata signature) internal pure returns (address) {
require(signature.length == 65, "invalid signature length");
bytes32 r;
bytes32 s;
uint8 v;
assembly {
r := calldataload(add(signature.offset, 0x00))
s := calldataload(add(signature.offset, 0x20))
v := byte(0, calldataload(add(signature.offset, 0x40)))
}
if (v < 27) {
v += 27;
}
require(v == 27 || v == 28, "invalid signature v");
return ecrecover(messageHash, v, r, s);
}
/// @notice Internal: Get reward multiplier based on node tier.
/// @return Multiplier in basis points (10000 = 1x)
function _getTierRewardMultiplier(address node) internal view returns (uint256) {
NodeTier tier = hostReputation[node].tier;
if (tier == NodeTier.PLATINUM) return 15000; // 1.5x
if (tier == NodeTier.GOLD) return 13500; // 1.35x
if (tier == NodeTier.SILVER) return 12000; // 1.2x
if (tier == NodeTier.BRONZE) return 11000; // 1.1x
return 10000; // 1.0x for UNRANKED
}
/// @notice Allocate platform streaming fees to seeding rewards pool.
/// @dev Called periodically to fund seeding rewards from platform fees.
/// @param amount Amount to transfer to seeding pool
function allocateToSeedingPool(uint256 amount) external onlyAdmin {
require(amount <= platformFeesAccumulated, "insufficient platform fees");
platformFeesAccumulated -= amount;
seedingRewardsPool += amount;
}
/// @notice Submit a track for DDEX distribution (Spotify, Apple Music, etc.).
/// @dev Called by artist or upload coordinator.
/// @param trackCid BTFS CID of the track
/// @param isrc International Standard Recording Code
/// @param title Track title
/// @param artist Artist name
/// @param releaseDate Unix timestamp of intended release
function submitForDDEXDistribution(
bytes32 trackCid,
string calldata isrc,
string calldata title,
string calldata artist,
uint256 releaseDate
) external {
require(trackIPISplits[trackCid].splitAddresses.length > 0, "no IPI splits registered");
require(bytes(isrc).length == 12, "ISRC must be 12 characters");
require(releaseDate <= block.timestamp + 30 days, "release date too far future");
DDEXTrackMetadata storage metadata = ddexMetadata[trackCid];
require(!metadata.distributionSubmitted, "already submitted for distribution");
metadata.trackCid = trackCid;
metadata.isrc = isrc;
metadata.title = title;
metadata.artist = artist;
metadata.releaseDate = releaseDate;
metadata.distributionSubmitted = true;
// Initialize distribution status
distributionStatus[trackCid] = DistributionStatus({
trackCid: trackCid,
artist: msg.sender,
submittedAt: block.timestamp,
spotifyDistributed: false,
appleMusicDistributed: false,
youtubeDistributed: false,
amazonDistributed: false,
tidalDistributed: false,
externalStreamCount: 0
});
emit DDEXTrackSubmitted(trackCid, msg.sender, isrc, title);
}
/// @notice Record external streaming earnings from DDEX partners.
/// @dev FIX #2: Oracle-signed earnings prevent admin tampering
/// @param artist Artist address
/// @param spotifyEarnings Spotify royalties accumulated (in BTT equivalent)
/// @param appleMusicEarnings Apple Music royalties
/// @param youtubeEarnings YouTube Music royalties
/// @param otherEarnings Other platforms (Amazon, Tidal, etc.)
/// @param oracleSignature ECDSA signature from trusted oracle verifying amounts
function recordExternalStreamEarnings(
address artist,
uint256 spotifyEarnings,
uint256 appleMusicEarnings,
uint256 youtubeEarnings,
uint256 otherEarnings,
bytes calldata oracleSignature
) external onlyAdmin notPaused {
require(artist != address(0), "zero artist address");
require(trustedOracle != address(0), "no oracle configured");
// ββ FIX #2: Verify oracle signature ββββββββββββββββββββββββββ
bytes32 messageHash = keccak256(abi.encodePacked(
artist,
spotifyEarnings,
appleMusicEarnings,
youtubeEarnings,
otherEarnings
));
bytes32 ethSignedMessageHash = keccak256(abi.encodePacked(
"\x19Ethereum Signed Message:\n32",
messageHash
));
address recoveredSigner = recoverSigner(ethSignedMessageHash, oracleSignature);
require(recoveredSigner == trustedOracle, "invalid oracle signature");
ExternalStreamEarnings storage ext = externalEarnings[artist];
ext.spotifyEarnings = spotifyEarnings;
ext.appleMusicEarnings = appleMusicEarnings;
ext.youtubeEarnings = youtubeEarnings;
ext.otherEarnings = otherEarnings;
ext.totalExternalEarnings = spotifyEarnings + appleMusicEarnings + youtubeEarnings + otherEarnings;
ext.lastUpdated = block.timestamp;
emit ExternalStreamEarningsUpdated(
artist, spotifyEarnings, appleMusicEarnings, youtubeEarnings, ext.totalExternalEarnings
);
}
/// @notice Settle external streaming earnings to artist's on-platform account.
/// @dev Transfers accumulated DDEX royalties to artist's earnings balance.
/// @dev FIX #3: Rate limiting prevents 1000x exploit
/// @param artist Artist address to settle for
function settleExternalEarnings(address artist) external onlyAdmin nonReentrant notPaused {
ExternalStreamEarnings storage ext = externalEarnings[artist];
require(ext.totalExternalEarnings > 0, "no external earnings");
require(!ext.settled, "already settled in this cycle");
// ββ FIX #3: Rate limiting - only 1 settlement per 24 hours ββββ
require(
block.timestamp >= lastDDEXSettlementTime[artist] + 24 hours,
"already settled within 24 hours"
);
uint256 totalAmount = ext.totalExternalEarnings;
ext.settled = true;
ext.lastUpdated = block.timestamp;
lastDDEXSettlementTime[artist] = block.timestamp;
// Add external earnings to artist's on-platform balance
artistEarnings[artist].totalEarned += totalAmount;
// Create platforms list for event
string[] memory platforms = new string[](4);
if (ext.spotifyEarnings > 0) platforms[0] = "Spotify";
if (ext.appleMusicEarnings > 0) platforms[1] = "AppleMusic";
if (ext.youtubeEarnings > 0) platforms[2] = "YouTube";
if (ext.otherEarnings > 0) platforms[3] = "Other";
emit ExternalEarningsSettled(artist, totalAmount, platforms);
}
/// @notice Reset external earnings for next settlement cycle.
/// @dev Called by admin after settling to prepare for next period.
function resetExternalEarningsForNextCycle(address artist) external onlyAdmin {
ExternalStreamEarnings storage ext = externalEarnings[artist];
require(ext.settled, "not yet settled");
ext.spotifyEarnings = 0;
ext.appleMusicEarnings = 0;
ext.youtubeEarnings = 0;
ext.otherEarnings = 0;
ext.totalExternalEarnings = 0;
ext.settled = false;
}
/// @notice Get DDEX metadata for a track.
function getDDEXMetadata(bytes32 trackCid) external view returns (DDEXTrackMetadata memory) {
return ddexMetadata[trackCid];
}
/// @notice Get external earnings for an artist.
function getExternalEarnings(address artist) external view returns (ExternalStreamEarnings memory) {
return externalEarnings[artist];
}
/// @notice Get distribution status for a track.
function getDistributionStatus(bytes32 trackCid) external view returns (DistributionStatus memory) {
return distributionStatus[trackCid];
}
/// @notice Get artist earnings and withdrawal history.
function getArtistEarnings(address artist) external view returns (ArtistEarnings memory) {
return artistEarnings[artist];
}
/// @notice Get streaming transaction record.
function getStreamingTransaction(bytes32 txId) external view returns (StreamingTransaction memory) {
return streamingTransactions[txId];
}
/// @notice Get IPI split for a track.
function getIPISplit(bytes32 trackCid) external view returns (IPISplit memory) {
return trackIPISplits[trackCid];
}
/// @notice Get cashout request details.
function getCashoutRequest(bytes32 cashoutId) external view returns (CashoutRequest memory) {
return cashoutRequests[cashoutId];
}
/// @notice Get total streaming transactions recorded.
function getTransactionCount() external view returns (uint256) {
return transactionHistory.length;
}
/// @notice Query host node reputation stats.
function getHostReputation(address hostNode) external view returns (HostReputation memory) {
return hostReputation[hostNode];
}
/// @notice Get accumulated platform fees.
function getPlatformFees() external view returns (uint256) {
return platformFeesAccumulated;
}
/// @notice Query seeding session details.
function getSeedingSession(bytes32 seedingId) external view returns (SeedingSession memory) {
return seedingSessions[seedingId];
}
/// @notice Get all seeding sessions for a node.
function getNodeSeeds(address node) external view returns (bytes32[] memory) {
return nodeSeeds[node];
}
/// @notice Get all seeders of a track.
function getTrackSeeders(bytes32 trackCid) external view returns (address[] memory) {
return trackSeeders[trackCid];
}
/// @notice Get current seeding pool balance.
function getSeedingPoolBalance() external view returns (uint256) {
return seedingRewardsPool;
}
/// @notice Admin: withdraw accumulated platform fees.
function withdrawPlatformFees(uint256 amount) external onlyAdmin {
require(amount <= platformFeesAccumulated, "insufficient platform fees");
platformFeesAccumulated -= amount;
require(btt.transfer(admin, amount), "transfer failed");
}
/// @notice Emergency pause β halts all distributions (exploit response).
function emergencyPause() external onlyAdmin {
paused = true;
emit EmergencyPause(msg.sender);
}
function unpause() external onlyAdmin { paused = false; }
function getTrackRecord(bytes32 cid) external view returns (TrackRecord memory) {
return trackRecords[cid];
}
}
|